Commit 49ea0ff5cc9f015cb03440de7e2f4019158ab8d9

Authored by Shawn Guo
Committed by Stefano Babic
1 parent de7d02aeba

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>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

include/configs/mx6qsabresd.h
... ... @@ -27,7 +27,8 @@
27 27  
28 28 #define CONFIG_SYS_FSL_USDHC_NUM 3
29 29 #if defined(CONFIG_ENV_IS_IN_MMC)
30   -#define CONFIG_SYS_MMC_ENV_DEV 1
  30 +#define CONFIG_SYS_MMC_ENV_DEV 2 /* eMMC/uSDHC4 */
  31 +#define CONFIG_SYS_MMC_ENV_PART 1 /* Boot partition 1 */
31 32 #endif
32 33  
33 34 #endif /* __MX6QSABRESD_CONFIG_H */