diff options
| author | Tom Rini <[email protected]> | 2025-11-19 08:55:23 -0600 |
|---|---|---|
| committer | Casey Connolly <[email protected]> | 2026-01-14 16:25:09 +0100 |
| commit | 57a5305948f397cf60fc73c5276988deb4fb376a (patch) | |
| tree | 58838f144642161702c82cc588fc9140edd82904 /include | |
| parent | 984ebe2d553ba37cd92de2c093c73a07c16ea17c (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 <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Casey Connolly <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/dragonboard820c.h | 1 |
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"\ |
