mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-29 15:43:44 +08:00
Drop CONFIG_FTSDC010_BASE
After drop non-dm code of ftsdc010, the sd register base definition can be droppped now. So CONFIG_FTSDC010_BASE and CONFIG_FTSDC010_BASE_LIST both can 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>
This commit is contained in:
parent
5ff6b3de6d
commit
ebce73f0af
@ -44,8 +44,6 @@
|
||||
#define CONFIG_FTGPIO010_BASE 0xf0700000
|
||||
/* I2C */
|
||||
#define CONFIG_FTIIC010_BASE 0xf0a00000
|
||||
/* SD Controller */
|
||||
#define CONFIG_FTSDC010_BASE 0xf0e00000
|
||||
|
||||
/* The following address was not defined in Linux */
|
||||
|
||||
|
@ -69,8 +69,6 @@
|
||||
#define CONFIG_RESERVED_04_BASE 0x98C00000
|
||||
/* Compat Flash Controller */
|
||||
#define CONFIG_FTCFC010_BASE 0x98D00000
|
||||
/* SD Controller */
|
||||
#define CONFIG_FTSDC010_BASE 0x98E00000
|
||||
|
||||
/* Synchronous Serial Port Controller (SSP) I2S/AC97 */
|
||||
#define CONFIG_FTSSP010_02_BASE 0x99400000
|
||||
|
@ -56,8 +56,6 @@
|
||||
#define CONFIG_FTSSP010_01_BASE 0x94100000
|
||||
/* UART1 - APB STUART Controller (UART0 in Linux) */
|
||||
#define CONFIG_FTUART010_01_BASE 0x94200000
|
||||
/* FTSDC010 SD Controller */
|
||||
#define CONFIG_FTSDC010_BASE 0x94400000
|
||||
/* APB - SSP with HDA/AC97 Controller */
|
||||
#define CONFIG_FTSSP010_02_BASE 0x94500000
|
||||
/* UART2 - APB STUART Controller (UART1 in Linux) */
|
||||
|
@ -741,8 +741,6 @@ CONFIG_FTPWM010_BASE
|
||||
CONFIG_FTRTC010_BASE
|
||||
CONFIG_FTRTC010_EXTCLK
|
||||
CONFIG_FTRTC010_PCLK
|
||||
CONFIG_FTSDC010_BASE
|
||||
CONFIG_FTSDC010_BASE_LIST
|
||||
CONFIG_FTSDC010_NUMBER
|
||||
CONFIG_FTSDC010_SDIO
|
||||
CONFIG_FTSDMC021
|
||||
|
Loading…
Reference in New Issue
Block a user