AVR32: Rename at32ap7000 -> at32ap700x
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Mon, 29 Oct 2007 12:09:56 +0000 (13:09 +0100)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Mon, 17 Dec 2007 09:34:12 +0000 (10:34 +0100)
The SoC-specific code for all the AT32AP700x CPUs is practically
identical; the only difference is that some chips have less features
than others. By doing this rename, we can add support for the AP7000
derivatives simply by making some features conditional.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Makefile
cpu/at32ap/at32ap700x/Makefile [moved from cpu/at32ap/at32ap7000/Makefile with 100% similarity]
cpu/at32ap/at32ap700x/gpio.c [moved from cpu/at32ap/at32ap7000/gpio.c with 100% similarity]
include/asm-avr32/arch-at32ap700x/clk.h [moved from include/asm-avr32/arch-at32ap7000/clk.h with 100% similarity]
include/asm-avr32/arch-at32ap700x/gpio.h [moved from include/asm-avr32/arch-at32ap7000/gpio.h with 100% similarity]
include/asm-avr32/arch-at32ap700x/hmatrix2.h [moved from include/asm-avr32/arch-at32ap7000/hmatrix2.h with 100% similarity]
include/asm-avr32/arch-at32ap700x/memory-map.h [moved from include/asm-avr32/arch-at32ap7000/memory-map.h with 100% similarity]
include/asm-avr32/arch-at32ap700x/mmc.h [moved from include/asm-avr32/arch-at32ap7000/mmc.h with 100% similarity]

index 1ff80b5..1969dcf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2656,7 +2656,7 @@ bf561-ezkit_config:       unconfig
 #########################################################################
 
 atstk1002_config       :       unconfig
-       @$(MKCONFIG) $(@:_config=) avr32 at32ap atstk1000 atmel at32ap7000
+       @$(MKCONFIG) $(@:_config=) avr32 at32ap atstk1000 atmel at32ap700x
 
 #########################################################################
 #########################################################################