diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-04-21 17:53:07 +0200 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-04-21 18:33:31 +0200 |
commit | 1ddbcf46bfba605b65f111a9f1f6c50098957767 (patch) | |
tree | 16625c05c233adff166bb7dd112b7044924d11a9 /include/configs/silk.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/silk.h')
-rw-r--r-- | include/configs/silk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/silk.h b/include/configs/silk.h index 5d85c0df93..ba49c194db 100644 --- a/include/configs/silk.h +++ b/include/configs/silk.h @@ -74,7 +74,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 |