]> git.sur5r.net Git - u-boot/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>
15 files changed:
Makefile
cpu/at32ap/at32ap7000/Makefile [deleted file]
cpu/at32ap/at32ap7000/gpio.c [deleted file]
cpu/at32ap/at32ap700x/Makefile [new file with mode: 0644]
cpu/at32ap/at32ap700x/gpio.c [new file with mode: 0644]
include/asm-avr32/arch-at32ap7000/clk.h [deleted file]
include/asm-avr32/arch-at32ap7000/gpio.h [deleted file]
include/asm-avr32/arch-at32ap7000/hmatrix2.h [deleted file]
include/asm-avr32/arch-at32ap7000/memory-map.h [deleted file]
include/asm-avr32/arch-at32ap7000/mmc.h [deleted file]
include/asm-avr32/arch-at32ap700x/clk.h [new file with mode: 0644]
include/asm-avr32/arch-at32ap700x/gpio.h [new file with mode: 0644]
include/asm-avr32/arch-at32ap700x/hmatrix2.h [new file with mode: 0644]
include/asm-avr32/arch-at32ap700x/memory-map.h [new file with mode: 0644]
include/asm-avr32/arch-at32ap700x/mmc.h [new file with mode: 0644]