]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ae350: Stop disabling device tree relocation
authorTom Rini <trini@konsulko.com>
Wed, 19 Nov 2025 14:55:19 +0000 (08:55 -0600)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Mon, 8 Dec 2025 04:10:47 +0000 (12:10 +0800)
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>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
include/configs/ae350.h

index 23e4801379dece8fcf02deec13adb3ee726db4b7..43b1878b520d4086b5183a1870c455a27cb854bd 100644 (file)
@@ -83,7 +83,6 @@
 #include <config_distro_bootcmd.h>
 
 #define CFG_EXTRA_ENV_SETTINGS \
-                               "fdt_high=0xffffffffffffffff\0" \
                                "initrd_high=0xffffffffffffffff\0" \
                                "kernel_addr_r=0x00600000\0" \
                                "kernel_comp_addr_r=0x04600000\0" \