mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
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>
This commit is contained in:
parent
de7d02aeba
commit
49ea0ff5cc
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
||||||
|
|
||||||
#define CONFIG_SYS_FSL_USDHC_NUM 3
|
#define CONFIG_SYS_FSL_USDHC_NUM 3
|
||||||
#if defined(CONFIG_ENV_IS_IN_MMC)
|
#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
|
||||||
|
|
||||||
#endif /* __MX6QSABRESD_CONFIG_H */
|
#endif /* __MX6QSABRESD_CONFIG_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue