diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2012-04-23 02:36:29 +0000 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2012-05-08 18:02:22 -0500 |
commit | 7d2d58b4e63a8307f713e6b17fdb9b2413548574 (patch) | |
tree | f6056d857303000f19ae37ebb08dc919050f5a29 /include/configs/smdk5250.h | |
parent | 442d55685e1e2310d546044a6519ae73e4ba348a (diff) | |
download | u-boot-imx-7d2d58b4e63a8307f713e6b17fdb9b2413548574.zip u-boot-imx-7d2d58b4e63a8307f713e6b17fdb9b2413548574.tar.gz u-boot-imx-7d2d58b4e63a8307f713e6b17fdb9b2413548574.tar.bz2 |
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/smdk5250.h')
-rw-r--r-- | include/configs/smdk5250.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h index 9659f9e..0f63040 100644 --- a/include/configs/smdk5250.h +++ b/include/configs/smdk5250.h @@ -78,7 +78,8 @@ /* SD/MMC configuration */ #define CONFIG_GENERIC_MMC #define CONFIG_MMC -#define CONFIG_S5P_MMC +#define CONFIG_SDHCI +#define CONFIG_S5P_SDHCI #define CONFIG_BOARD_EARLY_INIT_F |