[U-Boot] [PATCH 4/7] Drop CONFIG_FTSDC010_NUMBER

From: Rick Chen rick@andestech.com
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 --- include/configs/adp-ae3xx.h | 1 - include/configs/adp-ag101p.h | 1 - include/configs/nx25-ae250.h | 1 - scripts/config_whitelist.txt | 1 - 4 files changed, 4 deletions(-)
diff --git a/include/configs/adp-ae3xx.h b/include/configs/adp-ae3xx.h index f5a8dec..2ee808d 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 6ae6fb4..499a424 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 73c3c33..f3e65e3 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 */ diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index bce9356..218a5c1 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -741,7 +741,6 @@ CONFIG_FTPWM010_BASE CONFIG_FTRTC010_BASE CONFIG_FTRTC010_EXTCLK CONFIG_FTRTC010_PCLK -CONFIG_FTSDC010_NUMBER CONFIG_FTSDC010_SDIO CONFIG_FTSDMC021 CONFIG_FTSDMC021_BASE
participants (1)
-
Andes