summaryrefslogtreecommitdiffstats
path: root/include/configs/s5pc210_universal.h
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2012-04-23 02:36:29 +0000
committerAndy Fleming <afleming@freescale.com>2012-05-08 18:02:22 -0500
commit7d2d58b4e63a8307f713e6b17fdb9b2413548574 (patch)
treef6056d857303000f19ae37ebb08dc919050f5a29 /include/configs/s5pc210_universal.h
parent442d55685e1e2310d546044a6519ae73e4ba348a (diff)
downloadblackbird-obmc-uboot-7d2d58b4e63a8307f713e6b17fdb9b2413548574.tar.gz
blackbird-obmc-uboot-7d2d58b4e63a8307f713e6b17fdb9b2413548574.zip
ARM: SAMSUNG: support sdhci controller
To support sdhci controller, remove the CONFIG_S5P_MMC.. Instead, use the CONFIG_S5P_SDHCI/CONFIG_SDHCI. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Lei Wen<leiwen@marvell.com> Acked-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/s5pc210_universal.h')
-rw-r--r--include/configs/s5pc210_universal.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h
index 13012756ab..00db374182 100644
--- a/include/configs/s5pc210_universal.h
+++ b/include/configs/s5pc210_universal.h
@@ -66,9 +66,10 @@
#define CONFIG_BAUDRATE 115200
/* MMC */
-#define CONFIG_GENERIC_MMC 1
-#define CONFIG_MMC 1
-#define CONFIG_S5P_MMC 1
+#define CONFIG_GENERIC_MMC
+#define CONFIG_MMC
+#define CONFIG_SDHCI
+#define CONFIG_S5P_SDHCI
/* PWM */
#define CONFIG_PWM 1
OpenPOWER on IntegriCloud