]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - MAKEALL
use correct at91rm9200 register name
[people/ms/u-boot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index 655e100363dea12612744fb1330d33fef5d25640..2aee9a865549f3957a5a31adf0417e9f693acd96 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -165,6 +165,8 @@ LIST_4xx="          \
        bamboo_nand     \
        bubinga         \
        CANBT           \
+       canyonlands     \
+       canyonlands_nand \
        CMS700          \
        CPCI2DP         \
        CPCI405         \
@@ -198,6 +200,7 @@ LIST_4xx="          \
        luan            \
        lwmon5          \
        makalu          \
+       mcu25           \
        METROBOX        \
        MIP405          \
        MIP405T         \
@@ -446,6 +449,7 @@ LIST_ARM7="         \
 #########################################################################
 
 LIST_ARM9="                    \
+       at91cap9adk             \
        at91rm9200dk            \
        cmc_pu2                 \
        ap920t                  \
@@ -458,6 +462,8 @@ LIST_ARM9="                 \
        cp926ejs                \
        cp946es                 \
        cp966                   \
+       csb637                  \
+       kb9202                  \
        lpd7a400                \
        m501sk                  \
        mp2usb                  \
@@ -467,6 +473,7 @@ LIST_ARM9="                 \
        omap1510inn             \
        omap1610h2              \
        omap1610inn             \
+       omap5912osk             \
        omap730p2               \
        sbc2410x                \
        scb9328                 \
@@ -722,7 +729,7 @@ build_target() {
        ${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \
                                | tee ${LOG_DIR}/$target.ERR
 
-       ${CROSS_COMPILE:-ppc_8xx-}size ${BUILD_DIR}/u-boot \
+       ${CROSS_COMPILE}size ${BUILD_DIR}/u-boot \
                                | tee -a ${LOG_DIR}/$target.MAKELOG
 }