diff options
| author | Marek Vasut <[email protected]> | 2021-05-18 00:40:30 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-06-09 13:32:35 +0200 |
| commit | e2017ef6edcbab4d644579fb59429259d33b815a (patch) | |
| tree | c8c9dcdc96eb2b12b322500e7f4e100f72c71ba5 | |
| parent | cb87278cf63cbc968004e77a277378adf2db2058 (diff) | |
ARM: imx8m: verdin-imx8mm: Increase bootm size to 64 MiB
Uncompressed aarch64 kernel Image are rather large, increase the bootm
size limit to 64 MiB to cater for that.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Marcel Ziswiler <[email protected]>
Cc: Max Krummenacher <[email protected]>
Cc: Oleksandr Suvorov <[email protected]>
Reviewed-by: Oleksandr Suvorov <[email protected]>
| -rw-r--r-- | include/configs/verdin-imx8mm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/verdin-imx8mm.h b/include/configs/verdin-imx8mm.h index e2a817891c2..7be5e5ddf11 100644 --- a/include/configs/verdin-imx8mm.h +++ b/include/configs/verdin-imx8mm.h @@ -16,6 +16,8 @@ #define CONFIG_SYS_UBOOT_BASE \ (QSPI0_AMBA_BASE + CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 512) +#define CONFIG_SYS_BOOTM_LEN SZ_64M + #ifdef CONFIG_SPL_BUILD #define CONFIG_SPL_STACK 0x920000 #define CONFIG_SPL_BSS_START_ADDR 0x910000 |
