]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
vexpress_aemv8: Stop disabling device tree relocation
authorTom Rini <trini@konsulko.com>
Wed, 19 Nov 2025 14:55:41 +0000 (08:55 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 4 Dec 2025 21:11:26 +0000 (15:11 -0600)
Remove setting of fdt_high to ~0, which disables device tree relocation,
from the default environment. Doing so prevents U-Boot from correcting
problems such as having an unaligned device tree and leads to various
failure modes in the OS.

Signed-off-by: Tom Rini <trini@konsulko.com>
include/configs/vexpress_aemv8.h

index 5eee13b3fc0132e4055c2b9604663e24bfe39ea7..fc4727b4a38038ed7d617ded3f534e3ae230f26a 100644 (file)
                "  bootm ${boot_addr_r} ${boot_addr_r} ${fdt_addr_r};"  \
                "else"                                                  \
                "  if load hostfs - ${kernel_addr_r} ${kernel_name}; then"      \
-               "    setenv fdt_high 0xffffffffffffffff;"               \
                "    setenv initrd_high 0xffffffffffffffff;"            \
                "    if test -n load hostfs - ${fdt_addr_r} ${fdtfile}; then"                   \
                "        fdt move $fdtcontroladdr $fdt_addr_r;"                 \