]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
bk4r1: Stop disabling device tree relocation
authorTom Rini <trini@konsulko.com>
Tue, 18 Nov 2025 18:03:49 +0000 (12:03 -0600)
committerFabio Estevam <festevam@nabladev.com>
Sat, 29 Nov 2025 17:42:24 +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/bk4r1.h

index 6d24c5decd5bdd8720c45bae7a5e27129aaf1c58..4a0b9edf457925599b6bd4e42c6ee8a3e0b63d1c 100644 (file)
@@ -57,7 +57,6 @@
 /* Extra env settings (including the target-defined ones if any) */
 #define CFG_EXTRA_ENV_SETTINGS \
        BK4_EXTRA_ENV_SETTINGS \
-       "fdt_high=0xffffffff\0" \
        "initrd_high=0xffffffff\0" \
        "blimg_file=u-boot.vyb\0" \
        "blimg_addr=0x81000000\0" \