diff options
| author | Tom Rini <[email protected]> | 2025-11-19 08:50:32 -0600 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-11-29 14:42:26 -0300 |
| commit | 8d083351e91289f0e675cfb77592a784ff1a3bd0 (patch) | |
| tree | bb7c00952f736ac65a843bdc9f1cd5cbf3f1efec /include | |
| parent | 9aaef14c127b3861c41fa74d9c2c1b4266098df5 (diff) | |
liteboard: 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/liteboard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/liteboard.h b/include/configs/liteboard.h index 2934c76a662..a90d02c049f 100644 --- a/include/configs/liteboard.h +++ b/include/configs/liteboard.h @@ -24,7 +24,6 @@ "script=boot.scr\0" \ "image=zImage\0" \ "console=ttymxc0\0" \ - "fdt_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \ "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \ "fdt_addr=0x83000000\0" \ |
