Skip to content
Commit 1212ea0c authored by Gerson Fernando Budke's avatar Gerson Fernando Budke Committed by Carles Cufí
Browse files

riscv: linker.ld: Fix undefined reference linker error



The commit a28830b8 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: default avatarGerson Fernando Budke <nandojve@gmail.com>
parent a3a31257
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment