]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
display5: Stop disabling device tree relocation
authorTom Rini <trini@konsulko.com>
Tue, 18 Nov 2025 18:03:56 +0000 (12:03 -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>
Reviewed-by: Ɓukasz Majewski <lukma@nabladev.com>
include/configs/display5.h

index 19d71d6066f846860fa36dfb20dce0abc52d4122..c311b35bb978ce6afe79e50557614679d65647af 100644 (file)
        "fdtaddr=0x12800000\0" \
        "console=ttymxc4,115200 quiet cma=256M\0" \
        "fdtfile=imx6q-display5.dtb\0" \
-       "fdt_high=0xffffffff\0" \
        "initrd_high=0xffffffff\0" \
        "kernel_file=fitImage\0" \
        "fitImg_fw_sz=0x2200\0" \