summaryrefslogtreecommitdiff
path: root/include/configs/gw_ventana.h
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2017-04-11 16:58:09 (GMT)
committerStefano Babic <sbabic@denx.de>2017-04-12 16:24:04 (GMT)
commitb69999efd8c6c6a1246234b1d06375d00149fde5 (patch)
tree07c824ab3056a2caa1b88e017c0f12e003563f31 /include/configs/gw_ventana.h
parentce2f9def8266fc6ee9d4ddc2db4a01aa97299638 (diff)
downloadu-boot-b69999efd8c6c6a1246234b1d06375d00149fde5.tar.xz
imx: ventana: config: set MMC env Partition to 1
Partition 1 equates to EMMC boot0 Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/configs/gw_ventana.h')
-rw-r--r--include/configs/gw_ventana.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h
index 4d54261..2b98f53 100644
--- a/include/configs/gw_ventana.h
+++ b/include/configs/gw_ventana.h
@@ -237,6 +237,7 @@
#endif
#if defined(CONFIG_ENV_IS_IN_MMC)
#define CONFIG_SYS_MMC_ENV_DEV 0
+ #define CONFIG_SYS_MMC_ENV_PART 1
#define CONFIG_ENV_OFFSET (709 * SZ_1K)
#define CONFIG_ENV_SIZE (128 * SZ_1K)
#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + (128 * SZ_1K))