diff options
| author | Tom Rini <[email protected]> | 2024-10-18 09:05:04 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-18 09:05:04 -0600 |
| commit | 8ab2178de069194d2eed8fe1b90db7e12cf032bb (patch) | |
| tree | 9908820332b9a4bf855f7dd661abae410c69dcb2 /include | |
| parent | f8fe853a8de7523685e1322d6131366ebf2e5e7f (diff) | |
| parent | 9b1cecdd9b6eaf22c4fa268430669ceff0c48786 (diff) | |
Merge tag 'u-boot-imx-master-20241018a' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/22796
- Switch to using upstream DT on DH i.MX8MP DHCOM PDK2/PDK3.
- Add ability to build fallback DTBOs from arch/$(ARCH)/dts.
- Remove fdt_high and initrd_high env variables from imx6-dhcom.
- Add dummy clk for imx8.
- Fix DT corruption in imx8_cpu.
- Improve DDR stability on pico-imx7d.
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/dh_imx6.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/dh_imx6.h b/include/configs/dh_imx6.h index 9b6f03f6856..09354936d73 100644 --- a/include/configs/dh_imx6.h +++ b/include/configs/dh_imx6.h @@ -36,10 +36,9 @@ #endif #define CFG_EXTRA_ENV_SETTINGS \ + "bootm_size=0x10000000\0" \ "console=ttymxc0,115200\0" \ "fdt_addr=0x18000000\0" \ - "fdt_high=0xffffffff\0" \ - "initrd_high=0xffffffff\0" \ "kernel_addr_r=0x10008000\0" \ "fdt_addr_r=0x13000000\0" \ "ramdisk_addr_r=0x18000000\0" \ |
