On Tue, Jan 27, 2026 at 11:59 AM Tom Rini <[email protected]> wrote:
> ... Oh blah. I knew I got sidetracked and would forget something. I was > looking at the final linker / dtb problem (that Fabio reported) and so > forgot entirely to write a changelog. BTW, I tested your https://github.com/u-boot/u-boot/commit/380ddb473c6bdf87e66c0fb93e256d1e233c6f5b It does not work on RV1103: $ cat spl/u-boot-spl.map | grep __bss_end 0x0000000000015f18 __bss_end = . 0x0000000000000268 __bss_size = (__bss_end - __bss_start) $ hexdump -Cv spl/u-boot-spl.bin | grep 'd0 0d fe ed' 000029f0 d0 0d fe ed 00 29 05 db 8a 18 03 d2 43 6a 1b ba |.....)......Cj..| 00015f10 00 00 00 00 d0 0d fe ed 00 00 0a 43 00 00 00 38 |...........C...8| FDT_MAGIC appears at 15f14 instead of 15f18. I saw it was reverted later. Please let me know if there is anything you want me to test.

