diff options
| author | Tom Rini <[email protected]> | 2025-11-19 08:50:28 -0600 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-11-29 14:42:26 -0300 |
| commit | 4e329f7db9b71011c9e0cfb8c866961159ce8a20 (patch) | |
| tree | bca4c4dd016075762c3ffcbc7ba11b266fc69999 /include | |
| parent | 3bef4458beefd1e31b4fe91340e3db449ffa22bc (diff) | |
imx8qm_mek: 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]>
Acked-by: Peng Fan <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/imx8qm_mek.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/imx8qm_mek.h b/include/configs/imx8qm_mek.h index 24e7aa96ec1..5776c8ede75 100644 --- a/include/configs/imx8qm_mek.h +++ b/include/configs/imx8qm_mek.h @@ -29,7 +29,6 @@ "panel=NULL\0" \ "console=ttyLP0,${baudrate} earlycon=lpuart32,0x5a060000,${baudrate}\0" \ "fdt_addr=0x83000000\0" \ - "fdt_high=0xffffffffffffffff\0" \ "boot_fdt=try\0" \ "fdt_file=undefined\0" \ "initrd_addr=0x83800000\0" \ |
