]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Cleanup MCC200 board.
authorWolfgang Denk <wd@pollux.(none)>
Fri, 24 Feb 2006 00:42:40 +0000 (01:42 +0100)
committerWolfgang Denk <wd@pollux.(none)>
Fri, 24 Feb 2006 00:42:40 +0000 (01:42 +0100)
MAKEALL
board/mcc200/mcc200.c

diff --git a/MAKEALL b/MAKEALL
index fcbab47cab7c8aee706799f50c94d1676170e6c3..ca66456cd4963bb3fab4e8492aa4e3f21b8b803b 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -26,8 +26,8 @@ LIST_5xx="    \
 
 LIST_5xxx="    \
        cpci5200        icecube_5100    icecube_5200    EVAL5200        \
-       pf5200          PM520           Total5100       Total5200       \
-       Total5200_Rev2  TQM5200_auto    o2dnt                           \
+       mcc200          o2dnt           pf5200          PM520           \
+       Total5100       Total5200       Total5200_Rev2  TQM5200_auto    \
 "
 
 #########################################################################
index dd2e1916e045de9d793ab5dfc0a2189917da2f06..d7f95c83d0c1129251141586d2b95e7ea392d3d4 100644 (file)
@@ -240,13 +240,7 @@ long int initdram (int board_type)
 
 int checkboard (void)
 {
- puts("Board: Bluetechnix DevMPC5200Leica \n");
-/*
-#if defined(CONFIG_MPC5200)
-       puts ("Board: MicroSys PM520 \n");
-#elif defined(CONFIG_MGT5100)
-       puts ("Board: MicroSys PM510 \n");
-#endif*/
+       puts ("Board: MCC200\n");
        return 0;
 }