]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
omap3_evm: Stop disabling device tree relocation
authorTom Rini <trini@konsulko.com>
Wed, 19 Nov 2025 14:55:32 +0000 (08:55 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 4 Dec 2025 21:09:18 +0000 (15:09 -0600)
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/omap3_evm.h

index 2cb2e52ad25130cf95f5912703cffd3324bb98f0..788e1d1d5e724658fbe83a56eba97bf39c4f2942 100644 (file)
@@ -74,7 +74,6 @@
        DEFAULT_MMC_TI_ARGS \
        DEFAULT_FIT_TI_ARGS \
        "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
-       "fdt_high=0xffffffff\0" \
        "console=ttyO0,115200n8\0" \
        "bootdir=/boot\0" \
        "bootenv=uEnv.txt\0" \