aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRick Chen <rick@andestech.com>2017-11-23 14:19:36 +0800
committerRick Chen <rickchen36@gmail.com>2017-11-30 09:44:09 +0800
commit41bbb8b333a6977cd28d31c58a5a209001ce5056 (patch)
treeb008e54144cb19ce69ec0711984f63e68fd3370e /configs
parent0f4a395f782a2801842492d5b365ed095a1e69ef (diff)
downloadu-boot-41bbb8b333a6977cd28d31c58a5a209001ce5056.zip
u-boot-41bbb8b333a6977cd28d31c58a5a209001ce5056.tar.gz
u-boot-41bbb8b333a6977cd28d31c58a5a209001ce5056.tar.bz2
spi: nds_ae3xx: Rename nds_ae3xx_spi as atcspi200_spi
atcspi200 is Andestech spi ip which is embedded in AE3XX and AE250 platforms. So rename as atcspi200 will be more reasonable to be used in different platforms. Signed-off-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/adp-ae3xx_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/adp-ae3xx_defconfig b/configs/adp-ae3xx_defconfig
index 337cee1..38696e6 100644
--- a/configs/adp-ae3xx_defconfig
+++ b/configs/adp-ae3xx_defconfig
@@ -33,6 +33,6 @@ CONFIG_BAUDRATE=38400
CONFIG_DM_SERIAL=y
CONFIG_SYS_NS16550=y
CONFIG_DM_SPI=y
-CONFIG_NDS_AE3XX_SPI=y
+CONFIG_ATCSPI200_SPI=y
CONFIG_TIMER=y
CONFIG_ATCPIT100_TIMER=y