diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-10-29 13:02:54 +0100 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-12-17 10:34:54 +0100 |
commit | 667568db157f374b85abd7e03596ddd1f0b25681 (patch) | |
tree | d723419e7c9dd4dd7749ba5d325cee75c88ea37b /Makefile | |
parent | 5fee84a794a51ec830548cda485a770efb018b92 (diff) | |
download | u-boot-imx-667568db157f374b85abd7e03596ddd1f0b25681.zip u-boot-imx-667568db157f374b85abd7e03596ddd1f0b25681.tar.gz u-boot-imx-667568db157f374b85abd7e03596ddd1f0b25681.tar.bz2 |
AVR32: Add support for the ATSTK1003 board
ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
which is a derivative of AT32AP7000.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2658,6 +2658,9 @@ bf561-ezkit_config: unconfig atstk1002_config : unconfig @$(MKCONFIG) $(@:_config=) avr32 at32ap atstk1000 atmel at32ap700x +atstk1003_config : unconfig + @$(MKCONFIG) $(@:_config=) avr32 at32ap atstk1000 atmel at32ap700x + ######################################################################### ######################################################################### ######################################################################### |