summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2007-10-29 12:09:56 (GMT)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>2007-12-17 09:34:12 (GMT)
commit36f28f8a9605ee5dcfa330482cfc62171261af97 (patch)
tree6a5c181ebf6c8f0d2b55c131afc597a45cbea190 /Makefile
parent4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e (diff)
downloadu-boot-fsl-qoriq-36f28f8a9605ee5dcfa330482cfc62171261af97.tar.xz
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ff80b5..1969dcf 100644
--- 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
#########################################################################
#########################################################################