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

index 36bf22b1870edec595a2d79d2f5db1c9d7f986ea..3b49079881aefe9a52da28d6d606146733a60e68 100644 (file)
@@ -47,7 +47,6 @@
                                "kernel_addr_r=0x00080000\0" \
                                "fdtfile=hi6220-hikey.dtb\0" \
                                "fdt_addr_r=0x02000000\0" \
-                               "fdt_high=0xffffffffffffffff\0" \
                                "initrd_high=0xffffffffffffffff\0" \
                                BOOTENV