summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-11-18 12:04:26 -0600
committerFabio Estevam <[email protected]>2025-11-29 14:42:25 -0300
commit2d10e53c2625afa6b4edd80d9fa8b99bc9f7b9eb (patch)
tree2e4ed1856303f6b0b58caa52a925eff929692644 /include
parent62fd11c414fe7f7bd1fc985d0294c304947f46a3 (diff)
nitrogen6x: 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')
-rw-r--r--include/configs/nitrogen6x.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index 23eefaffc72..cbfbdce48d5 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -60,7 +60,6 @@
#define CFG_EXTRA_ENV_SETTINGS \
"console=ttymxc1\0" \
- "fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
"fdt_addr_r=0x18000000\0" \
"fdtfile=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \