aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-12-30 14:15:00 +0000
committerStefano Babic <sbabic@denx.de>2013-01-05 18:01:26 +0100
commit49ea0ff5cc9f015cb03440de7e2f4019158ab8d9 (patch)
treeccc901c4c817b21e69888b7a78d95a0375f17a30 /include
parentde7d02aeba2a8d3d2b2f688ee396cdc112fc4e29 (diff)
mx6qsabresd: use on-board eMMC to store environment
It makes more sense to use on-board eMMC to store environments. The boot partition 1 is selected by default. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6qsabresd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/mx6qsabresd.h b/include/configs/mx6qsabresd.h
index 227d4100f..a1d92850c 100644
--- a/include/configs/mx6qsabresd.h
+++ b/include/configs/mx6qsabresd.h
@@ -27,7 +27,8 @@
#define CONFIG_SYS_FSL_USDHC_NUM 3
#if defined(CONFIG_ENV_IS_IN_MMC)
-#define CONFIG_SYS_MMC_ENV_DEV 1
+#define CONFIG_SYS_MMC_ENV_DEV 2 /* eMMC/uSDHC4 */
+#define CONFIG_SYS_MMC_ENV_PART 1 /* Boot partition 1 */
#endif
#endif /* __MX6QSABRESD_CONFIG_H */