summaryrefslogtreecommitdiff
path: root/include/configs/mx6qsabresd.h
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-01-08 14:59:37 +0100
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-01-08 14:59:37 +0100
commit7528cf5f016b5b8b8b12b373f6f31a10bf89233d (patch)
treede91b38f0b5a9c06c2000b02372a7cc1c2655e3e /include/configs/mx6qsabresd.h
parent79f38777947ac7685e2cef8bd977f954ab198c0e (diff)
parent1411fb37b5a8d56bececc5e6ea09d2e0670b9810 (diff)
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
Diffstat (limited to 'include/configs/mx6qsabresd.h')
-rw-r--r--include/configs/mx6qsabresd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/mx6qsabresd.h b/include/configs/mx6qsabresd.h
index 771d1297f7..a1d92850c8 100644
--- a/include/configs/mx6qsabresd.h
+++ b/include/configs/mx6qsabresd.h
@@ -25,4 +25,10 @@
#include "mx6qsabre_common.h"
+#define CONFIG_SYS_FSL_USDHC_NUM 3
+#if defined(CONFIG_ENV_IS_IN_MMC)
+#define CONFIG_SYS_MMC_ENV_DEV 2 /* eMMC/uSDHC4 */
+#define CONFIG_SYS_MMC_ENV_PART 1 /* Boot partition 1 */
+#endif
+
#endif /* __MX6QSABRESD_CONFIG_H */