]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
imx: ventana: increase SYS_BOOTM_LEN
authorTim Harvey <tharvey@gateworks.com>
Fri, 11 Jun 2021 19:46:20 +0000 (12:46 -0700)
committerStefano Babic <sbabic@denx.de>
Sat, 10 Jul 2021 14:53:33 +0000 (16:53 +0200)
Increase SYS_BOOM_LEN from the default 16M in imx6_common to 64M.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
include/configs/gw_ventana.h

index 4f2f323b777477e0356ee75aec6a150bb6caa44f..f80a3094a18acecccdb4d361c3789498f67b260b 100644 (file)
@@ -38,6 +38,9 @@
 /* NAND */
 #define CONFIG_SYS_MAX_NAND_DEVICE     1
 
+#undef CONFIG_SYS_BOOTM_LEN
+#define CONFIG_SYS_BOOTM_LEN           (64 << 20)
+
 /* I2C Configs */
 #define CONFIG_SYS_I2C
 #define CONFIG_SYS_I2C_MXC