commit | 3fab9dc4bca1fbbc14cc7ef86288e0b261298dd8 | [log] [tgz] |
---|---|---|
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | Tue Jun 18 14:56:02 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 04 16:08:37 2024 -0600 |
tree | 343d9ba982c965d468cf3d6748cf9bb17b6e5182 | |
parent | 7101868e62b28e451245f8df6dccc4eaab33225f [diff] |
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>