]> git.dujemihanovic.xyz Git - u-boot.git/commit
xtensa: Correct define of _end symbol
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Tue, 18 Jun 2024 13:56:02 +0000 (14:56 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jul 2024 22:08:37 +0000 (16:08 -0600)
commite8461f4a41831ff3ec28014b85c552632bda0032
tree343d9ba982c965d468cf3d6748cf9bb17b6e5182
parent20fa79cfc42ae4389108cac7259ad0fe3f320e9f
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>
arch/xtensa/cpu/u-boot.lds
arch/xtensa/include/asm/ldscript.h