]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
commit36f28f8a9605ee5dcfa330482cfc62171261af97
tree6a5c181ebf6c8f0d2b55c131afc597a45cbea190
parent4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
AVR32: Rename at32ap7000 -> at32ap700x

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]