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

index 34994016c54c1dd0d521a93a0881b6f7fc8e34b7..0981b59e10e054bf7b8309ec8193d3c2f35fa364 100644 (file)
@@ -31,7 +31,6 @@
 /* Extra env settings (including the target-defined ones if any) */
 #define CFG_EXTRA_ENV_SETTINGS \
        PCM052_EXTRA_ENV_SETTINGS \
-       "fdt_high=0xffffffff\0" \
        "initrd_high=0xffffffff\0" \
        "blimg_file=u-boot.vyb\0" \
        "blimg_addr=0x81000000\0" \