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

index 3d5701c636c800570ef754e4c56e95a476a33ca3..f81ae4284203494a89c4a585a4139d3ad6e34c55 100644 (file)
@@ -30,7 +30,6 @@
        "splashimage=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
        "image=uImage\0" \
        "fit_image=fit.itb\0" \
-       "fdt_high=0xffffffff\0" \
        "fdt_addr=" FDT_ADDR "\0" \
        "boot_fdt=try\0" \
        "mmcpart=1\0" \