
In message 20060906162525.3aac817f@cad-250-152.norway.atmel.com you wrote:
The attached patch adds support for the ATSTK1000 development board and the ATSTK1002 CPU daughterboard for AT32AP7000. Please see the patch header for details.
CHANGELOG: Add support for the ATSTK1000 development board
Mostly added, thanks.
I omitted the folowing parts of your patch:
Index: u-boot-1.1.4-git/Makefile =================================================================== --- u-boot-1.1.4-git.orig/Makefile 2006-09-06 15:32:47.000000000 +0200 +++ u-boot-1.1.4-git/Makefile 2006-09-06 15:35:26.000000000 +0200 @@ -2060,6 +2060,13 @@ pb1000_config : unconfig ## AT32AP7xxx #########################################################################
+atstk1002_config : unconfig + @./mkconfig $(@:_config=) avr32 at32ap atstk1000 NULL at32ap7000 + +$(obj)board/atstk1000/u-boot.lds: board/atstk1000/u-boot.lds.S \ + $(obj)include/config.h + $(CPP) $(AFLAGS) -P -o $@ $< +
Please don't put "board" specific build rules in the top level Makefile. These belong into the board directory's makefile.
[Please submit a new, incremental patch against current top of tree in git repo.]
Thanks.
Best regards,
Wolfgang Denk