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-ae3xx/ae3xx.h | |
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-ae3xx/ae3xx.h')
-rw-r--r-- | arch/nds32/include/asm/arch-ae3xx/ae3xx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/nds32/include/asm/arch-ae3xx/ae3xx.h b/arch/nds32/include/asm/arch-ae3xx/ae3xx.h index b074e8489a..9d55c9784c 100644 --- a/arch/nds32/include/asm/arch-ae3xx/ae3xx.h +++ b/arch/nds32/include/asm/arch-ae3xx/ae3xx.h @@ -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 */ |