]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
MIPS: MAKEALL: fix lists for MIPSel and MIPS boards
authorDaniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Thu, 24 Nov 2011 03:57:56 +0000 (03:57 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 9 Dec 2011 09:53:37 +0000 (10:53 +0100)
Build dbau1550_el only in LIST_au1xx0_el and LIST_mips_el.
Also remove obsolete lists for mips5kc.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Cc: Thomas Lange <thomas@corelatus.se>
MAKEALL

diff --git a/MAKEALL b/MAKEALL
index fa0121ced26a4a6a811bbe6e2b3d41ac4152a55a..21b573a714001a20e5b757d8c8bcb98f8f739671 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -383,14 +383,11 @@ LIST_mips4kc="            \
        vct_premium_onenand_small       \
 "
 
-LIST_mips5kc=""
-
 LIST_au1xx0="          \
        dbau1000        \
        dbau1100        \
        dbau1500        \
        dbau1550        \
-       dbau1550_el     \
        gth2            \
 "
 
@@ -404,20 +401,16 @@ 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}       \
 "