From: Tom Rini Date: Tue, 18 Nov 2025 18:03:44 +0000 (-0600) Subject: opos6uldev: Stop disabling device tree relocation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b8c8929c3a5c5cba9778927985878a4f503afe3;p=thirdparty%2Fu-boot.git opos6uldev: 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: Sébastien Szymanski --- diff --git a/board/armadeus/opos6uldev/opos6uldev.env b/board/armadeus/opos6uldev/opos6uldev.env index 2e7b65968d1..463d0984fbc 100644 --- a/board/armadeus/opos6uldev/opos6uldev.env +++ b/board/armadeus/opos6uldev/opos6uldev.env @@ -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