From 88a0b7694ffb69b1d1ff55d5f75a26722a86748a Mon Sep 17 00:00:00 2001 From: Rick Chen Date: Tue, 20 Mar 2018 15:03:40 +0800 Subject: [PATCH] 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 Signed-off-by: Rick Chen Cc: Greentime Hu --- 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 a90a8dc..46b7f29 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 -- 2.7.4