diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2006-10-25 15:48:59 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2006-10-25 23:44:48 +0200 |
commit | 5e3b0bc19f07ed277d85324ad0427642c8981baf (patch) | |
tree | 2c23f71a32be15e247efba1162d41442aa3be398 /Makefile | |
parent | 4e53a25855701c312e84404e183e7159e0766a23 (diff) | |
download | u-boot-imx-5e3b0bc19f07ed277d85324ad0427642c8981baf.zip u-boot-imx-5e3b0bc19f07ed277d85324ad0427642c8981baf.tar.gz u-boot-imx-5e3b0bc19f07ed277d85324ad0427642c8981baf.tar.bz2 |
Finish up support for the ATSTK1000/ATSTK1002 boards
Add atstk1002_config target to Makefile and move the AVR32 section
down below Blackfin so that it doesn't end up in the middle of
MIPS.
Drop the autogenerated linker script thing for now. Will have to
revisit how to handle chips with different flash and RAM layout
later.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -2122,13 +2122,6 @@ pb1000_config : unconfig @echo "#define CONFIG_PB1000 1" >>$(obj)include/config.h @$(MKCONFIG) -a pb1x00 mips mips pb1x00 -#======================================================================== -# AVR32 -#======================================================================== -######################################################################### -## AT32AP7xxx -######################################################################### - ######################################################################### ## MIPS64 5Kc ######################################################################### @@ -2248,6 +2241,16 @@ stamp_config : unconfig dspstamp_config : unconfig @$(MKCONFIG) $(@:_config=) blackfin bf533 dsp_stamp +#======================================================================== +# AVR32 +#======================================================================== +######################################################################### +## AT32AP7xxx +######################################################################### + +atstk1002_config : unconfig + @./mkconfig $(@:_config=) avr32 at32ap atstk1000 atmel at32ap7000 + ######################################################################### ######################################################################### ######################################################################### |