From: Shawn Guo Date: Sun, 30 Dec 2012 14:15:00 +0000 (+0000) Subject: mx6qsabresd: use on-board eMMC to store environment X-Git-Tag: v2013.01-rc3~9^2^2~4 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=49ea0ff5cc9f015cb03440de7e2f4019158ab8d9;p=karo-tx-uboot.git 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 --- diff --git a/include/configs/mx6qsabresd.h b/include/configs/mx6qsabresd.h index 227d4100f4..a1d92850c8 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 */