diff options
| author | Tom Rini <[email protected]> | 2025-11-18 08:26:40 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-04 15:01:15 -0600 |
| commit | bcc53242b95f0d2e4b51e7e3e6b26c0b34790eb6 (patch) | |
| tree | 02bd51dc9368bf5cea0d0c868d66e53c66563333 /include | |
| parent | abd6e0f252ee17b18e98be69d87aaca6a26e8336 (diff) | |
adi: 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.
Tested-by: Greg Malysa <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/env/adi/adi_boot.env | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/env/adi/adi_boot.env b/include/env/adi/adi_boot.env index d56b14f5172..e266c89b110 100644 --- a/include/env/adi/adi_boot.env +++ b/include/env/adi/adi_boot.env @@ -20,10 +20,8 @@ ethaddr=02:80:ad:20:31:e8 eth1addr=02:80:ad:20:31:e9 uart_console=CONFIG_UART_CONSOLE #ifdef CONFIG_SC59X_64 -fdt_high=0xffffffffffffffff initrd_high=0xffffffffffffffff #else -fdt_high=0xffffffff initrd_high=0xffffffff #endif |
