diff options
| author | Tom Rini <[email protected]> | 2025-11-19 08:55:36 -0600 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-12-08 12:10:51 +0800 |
| commit | 7a12507e3599c85ba2f502398139a5f07de7a5ba (patch) | |
| tree | 1e6ffcf385ecfd08ac2d8515073349075fc56122 /include/configs | |
| parent | 17ffa78ecf81a717996556ea914ca0e417d5a5a4 (diff) | |
sifive-unleashed: 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 <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/sifive-unleashed.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sifive-unleashed.h b/include/configs/sifive-unleashed.h index cd8d0438ba6..862c2457024 100644 --- a/include/configs/sifive-unleashed.h +++ b/include/configs/sifive-unleashed.h @@ -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" \ |
