[U-Boot-Users] [PATCH] MAKEALL: add at91 list

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com
diff --git a/MAKEALL b/MAKEALL index 7360fa9..c8ee201 100755 --- a/MAKEALL +++ b/MAKEALL @@ -522,6 +522,24 @@ LIST_ARM11=" \ "
######################################################################### +## AT91 Systems +######################################################################### + +LIST_at91=" \ + at91cap9adk \ + at91rm9200dk \ + at91sam9260ek \ + at91sam9261ek \ + at91sam9263ek \ + at91sam9rlek \ + cmc_pu2 \ + csb637 \ + kb9202 \ + mp2usb \ + m501sk \ +" + +######################################################################### ## Xscale Systems #########################################################################
@@ -766,7 +784,7 @@ build_target() { for arg in $@ do case "$arg" in - arm|SA|ARM7|ARM9|ARM10|ARM11|ixp|pxa \ + arm|SA|ARM7|ARM9|ARM10|ARM11|at91|ixp|pxa \ |avr32 \ |blackfin \ |coldfire \

In message 1211626707-1983-1-git-send-email-plagnioj@jcrosoft.com you wrote:
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com
diff --git a/MAKEALL b/MAKEALL index 7360fa9..c8ee201 100755 --- a/MAKEALL +++ b/MAKEALL @@ -522,6 +522,24 @@ LIST_ARM11=" \ "
######################################################################### +## AT91 Systems +#########################################################################
+LIST_at91=" \
- at91cap9adk \
- at91rm9200dk \
- at91sam9260ek \
- at91sam9261ek \
- at91sam9263ek \
- at91sam9rlek \
- cmc_pu2 \
- csb637 \
- kb9202 \
- mp2usb \
- m501sk \
+"
+######################################################################### ## Xscale Systems #########################################################################
@@ -766,7 +784,7 @@ build_target() { for arg in $@ do case "$arg" in
- arm|SA|ARM7|ARM9|ARM10|ARM11|ixp|pxa \
- arm|SA|ARM7|ARM9|ARM10|ARM11|at91|ixp|pxa \ |avr32 \ |blackfin \ |coldfire \
--
Adding the AT91 systems to a separate list may be a good idea, but if you add systems to that list, you have to remove them from other lists they are already listed on, i. e. here from the ARM9 list.
Please fix this and resubmit. Please do *not* apply as is.
Best regards,
Wolfgang Denk
participants (2)
-
Jean-Christophe PLAGNIOL-VILLARD
-
Wolfgang Denk