summaryrefslogtreecommitdiff
path: root/board/mcc200
diff options
context:
space:
mode:
Diffstat (limited to 'board/mcc200')
-rw-r--r--board/mcc200/mcc200.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/board/mcc200/mcc200.c b/board/mcc200/mcc200.c
index dd2e1916e..d7f95c83d 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;
}