aboutsummaryrefslogtreecommitdiff
path: root/include/configs/gw_ventana.h
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2021-06-11 12:46:20 -0700
committerStefano Babic <sbabic@denx.de>2021-07-10 16:53:33 +0200
commit32328065b573e155497bcf80086fdf1fad90b9f8 (patch)
tree77b8b7c28bc0d973547f37b7cf573b555b625f50 /include/configs/gw_ventana.h
parent729fd990c90f49953d918b132c7543e540dc5eb9 (diff)
downloadu-boot-32328065b573e155497bcf80086fdf1fad90b9f8.zip
u-boot-32328065b573e155497bcf80086fdf1fad90b9f8.tar.gz
u-boot-32328065b573e155497bcf80086fdf1fad90b9f8.tar.bz2
imx: ventana: increase SYS_BOOTM_LEN
Increase SYS_BOOM_LEN from the default 16M in imx6_common to 64M. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/configs/gw_ventana.h')
-rw-r--r--include/configs/gw_ventana.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h
index 4f2f323..f80a309 100644
--- a/include/configs/gw_ventana.h
+++ b/include/configs/gw_ventana.h
@@ -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