summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-11-18 12:03:56 -0600
committerFabio Estevam <[email protected]>2025-11-29 14:42:25 -0300
commit29d7291e8d96f29f880c005083f14e8b89b103cf (patch)
tree3340fd3ff2abbe6c80cb53ba2a56f6a0ce9fbb81 /include
parentb4fa14b1901c1290368d3665d59ba183705e8d03 (diff)
display5: 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: Ɓukasz Majewski <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/display5.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/display5.h b/include/configs/display5.h
index 19d71d6066f..c311b35bb97 100644
--- a/include/configs/display5.h
+++ b/include/configs/display5.h
@@ -175,7 +175,6 @@
"fdtaddr=0x12800000\0" \
"console=ttymxc4,115200 quiet cma=256M\0" \
"fdtfile=imx6q-display5.dtb\0" \
- "fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
"kernel_file=fitImage\0" \
"fitImg_fw_sz=0x2200\0" \