projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de7d02a
)
mx6qsabresd: use on-board eMMC to store environment
author
Shawn Guo
<shawn.guo@linaro.org>
Sun, 30 Dec 2012 14:15:00 +0000
(14:15 +0000)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/include/configs/mx6qsabresd.h
b/include/configs/mx6qsabresd.h
index 227d4100f4a45921896fb3088f8411c327a60b6d..a1d92850c82338949195c918b63b8d0a5394519b 100644
(file)
--- 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 */