zephyr/include/arch
Gerson Fernando Budke 1212ea0c39 riscv: linker.ld: Fix undefined reference linker error
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 <nandojve@gmail.com>
2021-12-21 17:07:20 +01:00
..
arc clock: add k_cycle_get_64 2021-11-08 13:41:53 -05:00
arm/aarch32 linker: remove manual name specification 2021-12-09 16:23:03 +01:00
arm64 clock: add k_cycle_get_64 2021-11-08 13:41:53 -05:00
common include: common: Add sys_set_bits and set_clear_bits inline functions 2021-10-12 08:37:03 -04:00
nios2 clock: add k_cycle_get_64 2021-11-08 13:41:53 -05:00
posix clock: add k_cycle_get_64 2021-11-08 13:41:53 -05:00
riscv riscv: linker.ld: Fix undefined reference linker error 2021-12-21 17:07:20 +01:00
sparc clock: add k_cycle_get_64 2021-11-08 13:41:53 -05:00
x86 x86: gdbstub: remove ARCH_GDB_NUM_REGISTERS 2021-11-30 15:24:00 -05:00
xtensa arch/xtensa: Fix cache.h include dependency 2021-12-15 16:50:11 -05:00
arch_inlines.h arm/arm64: Make ARM64 a standalone architecture 2021-03-31 10:34:33 -05:00
cpu.h arm/arm64: Make ARM64 a standalone architecture 2021-03-31 10:34:33 -05:00
structs.h kernel: add an architecture specific structs header 2021-04-21 09:03:47 -04:00
syscall.h arm/arm64: Make ARM64 a standalone architecture 2021-03-31 10:34:33 -05:00