From: Tom Rini Date: Tue, 18 Nov 2025 18:04:27 +0000 (-0600) Subject: novena: Stop disabling device tree relocation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59b034fa8f016fd7468dde6a9183e02ec2668eb1;p=thirdparty%2Fu-boot.git novena: 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: Marek Vasut --- diff --git a/include/configs/novena.h b/include/configs/novena.h index 059b8104e4b..12fb759afe2 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -53,7 +53,6 @@ /* Extra U-Boot environment. */ #define CFG_EXTRA_ENV_SETTINGS \ - "fdt_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \ "consdev=ttymxc1\0" \ "baudrate=115200\0" \