diff options
author | Rick Chen <rick@andestech.com> | 2018-03-20 15:10:49 +0800 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2018-03-30 13:13:45 +0800 |
commit | 095c9f35d5a04ed0907624479f702f6fce7591bb (patch) | |
tree | c772904ddb4aca3c4f5d9cb2a758635d8a783628 /include/configs/adp-ae3xx.h | |
parent | 88a0b7694ffb69b1d1ff55d5f75a26722a86748a (diff) | |
download | u-boot-095c9f35d5a04ed0907624479f702f6fce7591bb.tar.gz |
mmc: ftsdc010: Migrate CONFIG_FTSDC010_SDIO to Kconfig
Convert CONFIG_FTSDC010_SDIO to Kconfig.
So CONFIG_FTSDC010_SDIO can also be
removed from config_whitelist.txt.
Signed-off-by: Rick Chen <rick@andestech.com>
Signed-off-by: Rick Chen <rickchen36@gmail.com>
Cc: Greentime Hu <green.hu@gmail.com>
Diffstat (limited to 'include/configs/adp-ae3xx.h')
-rw-r--r-- | include/configs/adp-ae3xx.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/adp-ae3xx.h b/include/configs/adp-ae3xx.h index 2ee808d08c..1ebbc4c9e2 100644 --- a/include/configs/adp-ae3xx.h +++ b/include/configs/adp-ae3xx.h @@ -81,11 +81,6 @@ #define CONFIG_SYS_NS16550_CLK ((18432000 * 20) / 25) /* AG101P */ /* - * SD (MMC) controller - */ -#define CONFIG_FTSDC010_SDIO - -/* * Miscellaneous configurable options */ |