]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
opos6uldev: Stop disabling device tree relocation
authorTom Rini <trini@konsulko.com>
Tue, 18 Nov 2025 18:03:44 +0000 (12:03 -0600)
committerFabio Estevam <festevam@nabladev.com>
Sat, 29 Nov 2025 17:42:24 +0000 (14:42 -0300)
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>
Reviewed-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
board/armadeus/opos6uldev/opos6uldev.env

index 2e7b65968d1dc564f0b0e495417065e0a1308903..463d0984fbc96b3399c18cfb924ea54ed7852a2e 100644 (file)
@@ -10,7 +10,6 @@ env_version=100
 consoledev=ttymxc0
 board_name=opos6ul
 fdt_addr=0x88000000
-fdt_high=0xffffffff
 fdt_name=opos6uldev
 initrd_high=0xffffffff
 ip_dyn=yes