summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-11-19 08:55:23 -0600
committerCasey Connolly <casey.connolly@linaro.org>2026-01-14 16:25:09 +0100
commit57a5305948f397cf60fc73c5276988deb4fb376a (patch)
tree58838f144642161702c82cc588fc9140edd82904 /include
parent984ebe2d553ba37cd92de2c093c73a07c16ea17c (diff)
dragonboard820c: 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 <trini@konsulko.com> Link: https://patch.msgid.link/20251119145523.843230-1-trini@konsulko.com Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/dragonboard820c.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/dragonboard820c.h b/include/configs/dragonboard820c.h
index c6d9182ccc9..8e408d8aec3 100644
--- a/include/configs/dragonboard820c.h
+++ b/include/configs/dragonboard820c.h
@@ -27,7 +27,6 @@
#define CFG_EXTRA_ENV_SETTINGS \
"loadaddr=0x95000000\0" \
- "fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0" \
"linux_image=uImage\0" \
"kernel_addr_r=0x95000000\0"\