Skip to content

Commit 5995c88

Browse files
committed
m8mn/m8mp: Increase FIT buffer size
Increase FIT image buffer size to avoid inflate(-1) error when trying to boot from mmc.
1 parent 674440b commit 5995c88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configs/imx8mn_evk_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ CONFIG_SPL_I2C=y
5555
CONFIG_SPL_POWER=y
5656
CONFIG_SPL_WATCHDOG=y
5757
CONFIG_SYS_PROMPT="u-boot=> "
58-
CONFIG_SYS_BOOTM_LEN=0x2000000
58+
CONFIG_SYS_BOOTM_LEN=0x4000000
5959
# CONFIG_BOOTM_NETBSD is not set
6060
# CONFIG_CMD_EXPORTENV is not set
6161
# CONFIG_CMD_IMPORTENV is not set

configs/imx8mp_evk_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ CONFIG_SPL_WATCHDOG=y
5656
CONFIG_SYS_PROMPT="u-boot=> "
5757
CONFIG_SYS_CBSIZE=2048
5858
CONFIG_SYS_PBSIZE=2074
59-
CONFIG_SYS_BOOTM_LEN=0x2000000
59+
CONFIG_SYS_BOOTM_LEN=0x4000000
6060
# CONFIG_BOOTM_NETBSD is not set
6161
# CONFIG_CMD_EXPORTENV is not set
6262
# CONFIG_CMD_IMPORTENV is not set

0 commit comments

Comments
 (0)