summaryrefslogtreecommitdiff
path: root/configs/adp-ae3xx_defconfig
diff options
context:
space:
mode:
authorRick Chen <rick@andestech.com>2017-11-23 09:19:36 +0300
committerRick Chen <rickchen36@gmail.com>2017-11-30 04:44:09 +0300
commit41bbb8b333a6977cd28d31c58a5a209001ce5056 (patch)
treeb008e54144cb19ce69ec0711984f63e68fd3370e /configs/adp-ae3xx_defconfig
parent0f4a395f782a2801842492d5b365ed095a1e69ef (diff)
downloadu-boot-41bbb8b333a6977cd28d31c58a5a209001ce5056.tar.xz
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/adp-ae3xx_defconfig')
-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 337cee1464..38696e6f40 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