]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx8mq_phanbell: Stop disabling device tree relocation
authorTom Rini <trini@konsulko.com>
Wed, 19 Nov 2025 14:50:27 +0000 (08:50 -0600)
committerFabio Estevam <festevam@nabladev.com>
Sat, 29 Nov 2025 17:42:26 +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/imx8mq_phanbell.h

index a30d0da5050b1abd4793d829c7587177707a115a..972f9def55125558597cf84401160dc92ce55e26 100644 (file)
@@ -34,7 +34,6 @@
        "image=Image\0" \
        "console=ttymxc0,115200\0" \
        "fdt_addr=0x43000000\0"                 \
-       "fdt_high=0xffffffffffffffff\0"         \
        "boot_fdt=try\0" \
        "fdt_file=imx8mq-phanbell.dtb\0" \
        "initrd_addr=0x43800000\0"              \