]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
adi: Stop disabling device tree relocation
authorTom Rini <trini@konsulko.com>
Tue, 18 Nov 2025 14:26:40 +0000 (08:26 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 4 Dec 2025 21:01:15 +0000 (15:01 -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.

Tested-by: Greg Malysa <malysagreg@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
include/env/adi/adi_boot.env

index d56b14f517264da97fa4ff588ca3361a3dc24a2f..e266c89b110f2f5b40483ca056c0804d6530c72e 100644 (file)
@@ -20,10 +20,8 @@ ethaddr=02:80:ad:20:31:e8
 eth1addr=02:80:ad:20:31:e9
 uart_console=CONFIG_UART_CONSOLE
 #ifdef CONFIG_SC59X_64
-fdt_high=0xffffffffffffffff
 initrd_high=0xffffffffffffffff
 #else
-fdt_high=0xffffffff
 initrd_high=0xffffffff
 #endif