u-boot/arch/xtensa/cpu
Jiaxun Yang e8461f4a41 xtensa: Correct define of _end symbol
So U-Boot is using _end symbol to detect location of devicetree
appended at the end of the ROM.

It needs to be calculated based on end of .data load address,
as in our lds .current address is address in RAM.

Tested-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
2024-07-04 16:08:37 -06:00
..
cpu.c xtensa: Move dram_init to xtfpga board file 2024-07-04 16:08:36 -06:00
exceptions.c xtensa: Remove <common.h> and add needed includes 2024-05-06 15:05:03 -06:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
start.S common: Move relocate_code() to init.h 2020-01-17 13:26:49 -05:00
u-boot.lds xtensa: Correct define of _end symbol 2024-07-04 16:08:37 -06:00