]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx6qsabresd: use on-board eMMC to store environment
authorShawn Guo <shawn.guo@linaro.org>
Sun, 30 Dec 2012 14:15:00 +0000 (14:15 +0000)
committerStefano Babic <sbabic@denx.de>
Sat, 5 Jan 2013 17:01:26 +0000 (18:01 +0100)
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>
include/configs/mx6qsabresd.h

index 227d4100f4a45921896fb3088f8411c327a60b6d..a1d92850c82338949195c918b63b8d0a5394519b 100644 (file)
@@ -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 */