summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTim Harvey <[email protected]>2021-06-11 12:46:20 -0700
committerStefano Babic <[email protected]>2021-07-10 16:53:33 +0200
commit32328065b573e155497bcf80086fdf1fad90b9f8 (patch)
tree77b8b7c28bc0d973547f37b7cf573b555b625f50 /include
parent729fd990c90f49953d918b132c7543e540dc5eb9 (diff)
imx: ventana: increase SYS_BOOTM_LEN
Increase SYS_BOOM_LEN from the default 16M in imx6_common to 64M. Signed-off-by: Tim Harvey <[email protected]>
Diffstat (limited to 'include')
-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 4f2f323b777..f80a3094a18 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