diff options
author | Rick Chen <rick@andestech.com> | 2018-03-20 15:03:40 +0800 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2018-03-30 13:13:45 +0800 |
commit | 88a0b7694ffb69b1d1ff55d5f75a26722a86748a (patch) | |
tree | 97f0ecfb6620e426005bcb928133eeb8c2b84910 /include | |
parent | ebce73f0afe6efe926328c10316e54f3e43a33a1 (diff) | |
download | u-boot-88a0b7694ffb69b1d1ff55d5f75a26722a86748a.tar.gz |
Drop CONFIG_FTSDC010_NUMBER
CONFIG_FTSDC010_NUMBER was not used anymore,
can be removed now.
So CONFIG_FTSDC010_NUMBER
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')
-rw-r--r-- | include/configs/adp-ae3xx.h | 1 | ||||
-rw-r--r-- | include/configs/adp-ag101p.h | 1 | ||||
-rw-r--r-- | include/configs/nx25-ae250.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/adp-ae3xx.h b/include/configs/adp-ae3xx.h index f5a8dec24a..2ee808d08c 100644 --- a/include/configs/adp-ae3xx.h +++ b/include/configs/adp-ae3xx.h @@ -83,7 +83,6 @@ /* * SD (MMC) controller */ -#define CONFIG_FTSDC010_NUMBER 1 #define CONFIG_FTSDC010_SDIO /* diff --git a/include/configs/adp-ag101p.h b/include/configs/adp-ag101p.h index 6ae6fb4545..499a424d8a 100644 --- a/include/configs/adp-ag101p.h +++ b/include/configs/adp-ag101p.h @@ -85,7 +85,6 @@ /* * SD (MMC) controller */ -#define CONFIG_FTSDC010_NUMBER 1 #define CONFIG_FTSDC010_SDIO /* diff --git a/include/configs/nx25-ae250.h b/include/configs/nx25-ae250.h index 73c3c33ffa..f3e65e37a6 100644 --- a/include/configs/nx25-ae250.h +++ b/include/configs/nx25-ae250.h @@ -73,7 +73,6 @@ /* * SD (MMC) controller */ -#define CONFIG_FTSDC010_NUMBER 1 #define CONFIG_FTSDC010_SDIO /* Init Stack Pointer */ |