
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=,
In message 1288518476-62197-1-git-send-email-andreas.devel@googlemail.com you wrote:
This patch also removes now unnecessary config.mk in board directory and make usage of new features in boards.cfg.
Signed-off-by: Andreas BieÃmann andreas.devel@googlemail.com
changes since v1:
- add MAKEALL target
- move settings from boards.cfg to i/c/at91rm9200ek.h
MAKEALL | 1 + board/atmel/at91rm9200ek/config.mk | 2 -- boards.cfg | 3 ++- include/configs/at91rm9200ek.h | 14 ++++++++++++++ 4 files changed, 17 insertions(+), 3 deletions(-) delete mode 100644 board/atmel/at91rm9200ek/config.mk
diff --git a/MAKEALL b/MAKEALL index c54c6e8..818138e 100755 --- a/MAKEALL +++ b/MAKEALL @@ -438,6 +438,7 @@ LIST_at91=" \ at91cap9adk \ at91rm9200dk \ at91rm9200ek \
- at91rm9200ek_ram \ at91sam9260ek \ at91sam9261ek \ at91sam9263ek \
Oops. Sorry for not spotting this before. Don;t do that. all boards listed in boards.cfg auto automatically selcted and should be _removed_ from the MAKEALL lists. Instead, add an entry "$(boards_by_cpu at91)" like we have with other processor families.
Best regards,
Wolfgang Denk