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

index f6a7ccfe87ca5f6482bef328552c8693495384d2..eb9256a012a76a7ac483f5d0dec7f6e69808e88b 100644 (file)
@@ -38,7 +38,6 @@
        "console=ttymxc0\0" \
        "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
        BOOTMENU_ENV \
-       "fdt_high=0xffffffff\0" \
        "initrd_high=0xffffffff\0" \
        "fdt_addr_r=0x18000000\0" \
        "fdt_addr=0x18000000\0" \