diff options
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2007-11-22 12:14:11 +0100 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-05-27 15:27:29 +0200 |
commit | 0a2e48792dd372c90b80059f3235e67a567e16fc (patch) | |
tree | caee4c410450870029be7c92c6a181072027e85f /Makefile | |
parent | 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440 (diff) | |
download | u-boot-imx-0a2e48792dd372c90b80059f3235e67a567e16fc.zip u-boot-imx-0a2e48792dd372c90b80059f3235e67a567e16fc.tar.gz u-boot-imx-0a2e48792dd372c90b80059f3235e67a567e16fc.tar.bz2 |
avr32: Add support for the ATSTK1006 board
This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
board. It's currently in production and will be available soon.
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2879,6 +2879,9 @@ atstk1003_config : unconfig atstk1004_config : unconfig @$(MKCONFIG) $(@:_config=) avr32 at32ap atstk1000 atmel at32ap700x +atstk1006_config : unconfig + @$(MKCONFIG) $(@:_config=) avr32 at32ap atstk1000 atmel at32ap700x + atngw100_config : unconfig @$(MKCONFIG) $(@:_config=) avr32 at32ap atngw100 atmel at32ap700x |