From 41bbb8b333a6977cd28d31c58a5a209001ce5056 Mon Sep 17 00:00:00 2001 From: Rick Chen Date: Thu, 23 Nov 2017 14:19:36 +0800 Subject: 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 --- configs/adp-ae3xx_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') 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 -- cgit v1.1