diff options
| author | Tom Rini <[email protected]> | 2025-11-19 08:50:25 -0600 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-11-29 14:42:26 -0300 |
| commit | 5da84c1c37d3f5fcf0c0fe3d17dac94064818bed (patch) | |
| tree | 61f22164292ad5c6a1dd5c01bc12e05b5cd8d27e | |
| parent | 7a125a06420f26afd35c2b70369058566412b49e (diff) | |
capricorn: 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]>
Reviewed-by: Alexander Sverdlin <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
| -rw-r--r-- | board/siemens/capricorn/capricorn_default.env | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/siemens/capricorn/capricorn_default.env b/board/siemens/capricorn/capricorn_default.env index 4c26e9d43eb..c8b5b3d7da3 100644 --- a/board/siemens/capricorn/capricorn_default.env +++ b/board/siemens/capricorn/capricorn_default.env @@ -11,7 +11,6 @@ console=ttyLP2 dtb_name_default=default ethprime=eth1 fdt_addr=0x83000000 -fdt_high=0xffffffffffffffff flash_self=run mmc_boot flash_self_test=setenv testargs test loglevel=3 systemd.unit=test.target; run mmc_boot hostname=capricorn |
