diff options
author | Rick Chen <rick@andestech.com> | 2018-03-20 14:06:38 +0800 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2018-03-30 13:13:45 +0800 |
commit | ebce73f0afe6efe926328c10316e54f3e43a33a1 (patch) | |
tree | ede0d5e5f1de6425e0ef9230d9f17fa60c872607 /arch/nds32/include/asm/arch-ag102 | |
parent | 5ff6b3de6d16f1e25a08ca3343bb8b3f4641b9d8 (diff) |
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>
Diffstat (limited to 'arch/nds32/include/asm/arch-ag102')
-rw-r--r-- | arch/nds32/include/asm/arch-ag102/ag102.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/nds32/include/asm/arch-ag102/ag102.h b/arch/nds32/include/asm/arch-ag102/ag102.h index c5ee3d9498..a8aef9381f 100644 --- a/arch/nds32/include/asm/arch-ag102/ag102.h +++ b/arch/nds32/include/asm/arch-ag102/ag102.h @@ -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) */ |