diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2006-02-24 01:42:40 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2006-02-24 01:42:40 +0100 |
commit | c81eb1f5f5510e4fb11e3a76b4595a270f96e191 (patch) | |
tree | 8b853c4e4785f703c735ab8ff8562e1378a64f3d | |
parent | 86ea5f93d7d18871edfc8e7eadcf93d8951d3909 (diff) | |
download | u-boot-imx-c81eb1f5f5510e4fb11e3a76b4595a270f96e191.zip u-boot-imx-c81eb1f5f5510e4fb11e3a76b4595a270f96e191.tar.gz u-boot-imx-c81eb1f5f5510e4fb11e3a76b4595a270f96e191.tar.bz2 |
Cleanup MCC200 board.
-rwxr-xr-x | MAKEALL | 4 | ||||
-rw-r--r-- | board/mcc200/mcc200.c | 8 |
2 files changed, 3 insertions, 9 deletions
@@ -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 \ " ######################################################################### diff --git a/board/mcc200/mcc200.c b/board/mcc200/mcc200.c index dd2e191..d7f95c8 100644 --- a/board/mcc200/mcc200.c +++ b/board/mcc200/mcc200.c @@ -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; } |