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

Signed-off-by: Tom Rini <trini@konsulko.com>
include/configs/hikey960.h

index 40d5e653c3f1142971af197a02da13d24cb6a5b5..9cbdbd9a9342ec1b80b63a66845bdd9e8abf813b 100644 (file)
@@ -34,7 +34,6 @@
                                "fdt_addr_r=0x10000000\0" \
                                "kernel_addr_r=0x11000000\0" \
                                "scriptaddr=0x00020000\0" \
-                               "fdt_high=0xffffffffffffffff\0" \
                                "initrd_high=0xffffffffffffffff\0" \
                                BOOTENV