]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - MAKEALL
sf: eeprom_m95xxx: set a sane default timeout
[karo-tx-uboot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index fa0121ced26a4a6a811bbe6e2b3d41ac4152a55a..0f2b4a1b9491652f24c9873c70d721ed6f93d0c9 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -308,16 +308,12 @@ LIST_SA="$(boards_by_cpu sa1100)"
 LIST_ARM9="$(boards_by_cpu arm920t)    \
        $(boards_by_cpu arm926ejs)      \
        $(boards_by_cpu arm925t)        \
-       omap1610h2              \
-       omap1610inn             \
-       omap730p2               \
 "
 
 #########################################################################
 ## ARM11 Systems
 #########################################################################
 LIST_ARM11="$(boards_by_cpu arm1136)   \
-       apollon                 \
        imx31_phycore           \
        imx31_phycore_eet       \
        mx31pdk                 \
@@ -383,14 +379,11 @@ LIST_mips4kc="            \
        vct_premium_onenand_small       \
 "
 
-LIST_mips5kc=""
-
 LIST_au1xx0="          \
        dbau1000        \
        dbau1100        \
        dbau1500        \
        dbau1550        \
-       dbau1550_el     \
        gth2            \
 "
 
@@ -404,22 +397,23 @@ LIST_mips="               \
 ## MIPS Systems                (little endian)
 #########################################################################
 
-LIST_mips4kc_el="      \
+LIST_xburst_el="       \
        qi_lb60         \
 "
 
-LIST_mips5kc_el=""
-
 LIST_au1xx0_el="       \
        dbau1550_el     \
        pb1000          \
 "
-
 LIST_mips_el="                 \
-       ${LIST_mips4kc_el}      \
-       ${LIST_mips5kc_el}      \
+       ${LIST_xburst_el}       \
        ${LIST_au1xx0_el}       \
 "
+#########################################################################
+## OpenRISC Systems
+#########################################################################
+
+LIST_openrisc="$(boards_by_arch openrisc)"
 
 #########################################################################
 ## x86 Systems