]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
novena: Stop disabling device tree relocation
authorTom Rini <trini@konsulko.com>
Tue, 18 Nov 2025 18:04:27 +0000 (12:04 -0600)
committerFabio Estevam <festevam@nabladev.com>
Sat, 29 Nov 2025 17:42:25 +0000 (14:42 -0300)
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>
Acked-by: Marek Vasut <marek.vasut@mailbox.org>
include/configs/novena.h

index 059b8104e4b4953438fbb8a00b2f5625f92ffcf5..12fb759afe201975505ccd56811b8db85c96b504 100644 (file)
@@ -53,7 +53,6 @@
 
 /* Extra U-Boot environment. */
 #define CFG_EXTRA_ENV_SETTINGS                                 \
-       "fdt_high=0xffffffff\0"                                         \
        "initrd_high=0xffffffff\0"                                      \
        "consdev=ttymxc1\0"                                             \
        "baudrate=115200\0"                                             \