From: Tom Rini Date: Tue, 18 Nov 2025 18:03:45 +0000 (-0600) Subject: gw_ventana: Stop disabling device tree relocation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff134dcb022d64732b951cdf34f4e9717f1ff867;p=thirdparty%2Fu-boot.git gw_ventana: 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 Acked-By: Tim Harvey --- diff --git a/board/gateworks/gw_ventana/gw_ventana.env b/board/gateworks/gw_ventana/gw_ventana.env index 9a316c74f21..4322baa3d8a 100644 --- a/board/gateworks/gw_ventana/gw_ventana.env +++ b/board/gateworks/gw_ventana/gw_ventana.env @@ -13,7 +13,6 @@ hwconfig=_UNKNOWN_ disk=0 part=1 -fdt_high=0xffffffff fdt_addr=0x18000000 initrd_high=0xffffffff fixfdt=fdt addr ${fdt_addr}