summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-11-19 08:50:37 -0600
committerFabio Estevam <[email protected]>2025-11-29 14:42:26 -0300
commite873a06fe6ec0595a178e9f6b32016ce99e43976 (patch)
tree9700fddc165c767ff96531f5c540c1ee76411a4d /include/configs
parent107bb531d0986d3fb9c90d8509b5528c41d1bf3c (diff)
pico-imx8mq: 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: Marek Vasut <[email protected]>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/pico-imx8mq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pico-imx8mq.h b/include/configs/pico-imx8mq.h
index f80773f2bc1..a0d587860d5 100644
--- a/include/configs/pico-imx8mq.h
+++ b/include/configs/pico-imx8mq.h
@@ -29,7 +29,6 @@
"image=Image\0" \
"console=ttymxc0,115200\0" \
"fdt_addr=0x43000000\0" \
- "fdt_high=0xffffffffffffffff\0" \
"fdt_file=imx8mq-pico-pi.dtb\0" \
"initrd_addr=0x43800000\0" \
"initrd_high=0xffffffffffffffff\0" \