summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-11-18 12:03:45 -0600
committerFabio Estevam <[email protected]>2025-11-29 14:42:24 -0300
commitff134dcb022d64732b951cdf34f4e9717f1ff867 (patch)
treea240de64d7e7fe13cc85d27b5d2a4a13c25b9a34
parent7b8c8929c3a5c5cba9778927985878a4f503afe3 (diff)
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 <[email protected]> Acked-By: Tim Harvey <[email protected]>
-rw-r--r--board/gateworks/gw_ventana/gw_ventana.env1
1 files changed, 0 insertions, 1 deletions
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}