diff options
author | Rick Chen <rick@andestech.com> | 2017-11-23 14:19:36 +0800 |
---|---|---|
committer | Rick Chen <rickchen36@gmail.com> | 2017-11-30 09:44:09 +0800 |
commit | 41bbb8b333a6977cd28d31c58a5a209001ce5056 (patch) | |
tree | b008e54144cb19ce69ec0711984f63e68fd3370e /configs/adp-ae3xx_defconfig | |
parent | 0f4a395f782a2801842492d5b365ed095a1e69ef (diff) |
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_defconfig | 2 |
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 |