]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
pico-imx8mq: Stop disabling device tree relocation
authorTom Rini <trini@konsulko.com>
Wed, 19 Nov 2025 14:50:37 +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>
Reviewed-by: Marek Vasut <marek.vasut@mailbox.org>
include/configs/pico-imx8mq.h

index f80773f2bc114cd42c28204063ebfb894ea9117e..a0d587860d5b6767c38bffc05f81981cc79f5624 100644 (file)
@@ -29,7 +29,6 @@
        "image=Image\0"                                                 \
        "console=ttymxc0,115200\0"                                      \
        "fdt_addr=0x43000000\0"                                         \
-       "fdt_high=0xffffffffffffffff\0"                                 \
        "fdt_file=imx8mq-pico-pi.dtb\0"                                 \
        "initrd_addr=0x43800000\0"                                      \
        "initrd_high=0xffffffffffffffff\0"                              \