]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
sifive-unleashed: Stop disabling device tree relocation
authorTom Rini <trini@konsulko.com>
Wed, 19 Nov 2025 14:55:36 +0000 (08:55 -0600)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Mon, 8 Dec 2025 04:10:51 +0000 (12:10 +0800)
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/sifive-unleashed.h

index cd8d0438ba67f9422b9fc751c9c5d681f505cb1a..862c245702455d27da5721ddf77e2de334737b0e 100644 (file)
@@ -37,7 +37,6 @@
        "name=system,size=-,bootable,type=${type_guid_gpt_system};"
 
 #define CFG_EXTRA_ENV_SETTINGS \
-       "fdt_high=0xffffffffffffffff\0" \
        "initrd_high=0xffffffffffffffff\0" \
        "kernel_addr_r=0x84000000\0" \
        "kernel_comp_addr_r=0x88000000\0" \