From: Tom Rini Date: Wed, 19 Nov 2025 14:50:25 +0000 (-0600) Subject: capricorn: Stop disabling device tree relocation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5da84c1c37d3f5fcf0c0fe3d17dac94064818bed;p=thirdparty%2Fu-boot.git capricorn: Stop disabling device tree relocation 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 Reviewed-by: Alexander Sverdlin Reviewed-by: Heiko Schocher --- diff --git a/board/siemens/capricorn/capricorn_default.env b/board/siemens/capricorn/capricorn_default.env index 4c26e9d43eb..c8b5b3d7da3 100644 --- a/board/siemens/capricorn/capricorn_default.env +++ b/board/siemens/capricorn/capricorn_default.env @@ -11,7 +11,6 @@ console=ttyLP2 dtb_name_default=default ethprime=eth1 fdt_addr=0x83000000 -fdt_high=0xffffffffffffffff flash_self=run mmc_boot flash_self_test=setenv testargs test loglevel=3 systemd.unit=test.target; run mmc_boot hostname=capricorn