diff options
| author | Tom Rini <[email protected]> | 2025-11-18 12:03:57 -0600 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-11-29 14:42:25 -0300 |
| commit | 8df8461f4f6a53bde22ba7bae36a1b31bb5916c9 (patch) | |
| tree | 37982d9e76337ab121959d72f84a5e12c23c2385 /include | |
| parent | 29d7291e8d96f29f880c005083f14e8b89b103cf (diff) | |
imx6-engicam: 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/imx6-engicam.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/imx6-engicam.h b/include/configs/imx6-engicam.h index 3d5701c636c..f81ae428420 100644 --- a/include/configs/imx6-engicam.h +++ b/include/configs/imx6-engicam.h @@ -30,7 +30,6 @@ "splashimage=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \ "image=uImage\0" \ "fit_image=fit.itb\0" \ - "fdt_high=0xffffffff\0" \ "fdt_addr=" FDT_ADDR "\0" \ "boot_fdt=try\0" \ "mmcpart=1\0" \ |
