diff options
author | Marek Vasut | 2018-04-21 17:53:07 +0200 |
---|---|---|
committer | Marek Vasut | 2018-04-21 18:33:31 +0200 |
commit | 1ddbcf46bfba605b65f111a9f1f6c50098957767 (patch) | |
tree | 16625c05c233adff166bb7dd112b7044924d11a9 /include/configs/alt.h | |
parent | f3dca4aac6727fde135871433a6d77d396c93e71 (diff) |
mmc: sh_mmcif: Migrate configs to CONFIG_SH_MMCIF
Migrate the U-Boot configs to Kconfig CONFIG_SH_MMCIF .
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'include/configs/alt.h')
-rw-r--r-- | include/configs/alt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/alt.h b/include/configs/alt.h index f5e41db1567..d6236870b9d 100644 --- a/include/configs/alt.h +++ b/include/configs/alt.h @@ -73,7 +73,6 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 /* MMCIF */ -#define CONFIG_SH_MMCIF #define CONFIG_SH_MMCIF_ADDR 0xee200000 #define CONFIG_SH_MMCIF_CLK 48000000 |