Skip to content

Conversation

@zephyrbot
Copy link

@zephyrbot zephyrbot commented Dec 21, 2021

Backport 1212ea0 from #39381

Fixes #39399

The commit a28830b aligned the data and rename some symbols.  However
there are two symbols at riscv linker script that were missing, which
causes below linker error:

kernel/xip.c:28: undefined reference to `__itcm_load_start'
kernel/xip.c:43: undefined reference to `__dtcm_data_load_start'

Rename below symbols to fix the issues.

__itcm_rom_start -> __itcm_load_start
__dtcm_data_rom_start -> __dtcm_data_load_start

Signed-off-by: Gerson Fernando Budke <[email protected]>
@github-actions github-actions bot added area: API Changes to public APIs area: RISCV RISCV Architecture (32-bit & 64-bit) labels Dec 21, 2021
@cfriedt cfriedt merged commit dfb5ef2 into v2.7-branch Jan 15, 2022
@nashif nashif deleted the backport-39381-to-v2.7-branch branch January 20, 2022 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: API Changes to public APIs area: RISCV RISCV Architecture (32-bit & 64-bit)

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants