diff options
| author | Tom Rini <[email protected]> | 2025-11-18 12:03:59 -0600 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-11-29 14:42:25 -0300 |
| commit | 4b85163d92bc57902fc941317205610419920e7d (patch) | |
| tree | caae639903cf0f663dc6cb0d6d51088b8c5f44b0 /include | |
| parent | 8df8461f4f6a53bde22ba7bae36a1b31bb5916c9 (diff) | |
imx6dl-mamoj: 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/imx6dl-mamoj.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/imx6dl-mamoj.h b/include/configs/imx6dl-mamoj.h index 8abb58b0691..1a48bf646b6 100644 --- a/include/configs/imx6dl-mamoj.h +++ b/include/configs/imx6dl-mamoj.h @@ -24,7 +24,6 @@ "scriptaddr=0x14000000\0" \ "fdt_addr_r=0x13000000\0" \ "kernel_addr_r=0x10008000\0" \ - "fdt_high=0xffffffff\0" \ "dfu_alt_info_spl=spl raw 0x2 0x400\0" \ "dfu_alt_info_uboot=u-boot raw 0x8a 0x11400\0" \ BOOTENV |
