]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cm_fx6: Stop disabling device tree relocation
authorTom Rini <trini@konsulko.com>
Tue, 18 Nov 2025 18:03:52 +0000 (12:03 -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>
include/configs/cm_fx6.h

index f7fd4c517b4ff7c0477affd5d3d21b94f1ca20da..966f75967508c0a01fd6da7f8826d67b530932ca 100644 (file)
@@ -31,7 +31,6 @@
 /* Environment */
 
 #define CFG_EXTRA_ENV_SETTINGS \
-       "fdt_high=0xffffffff\0" \
        "initrd_high=0xffffffff\0" \
        "fdt_addr_r=0x18000000\0" \
        "ramdisk_addr_r=0x13000000\0" \