Cleanup MCC200 board.
This commit is contained in:
parent
86ea5f93d7
commit
c81eb1f5f5
4
MAKEALL
4
MAKEALL
@ -26,8 +26,8 @@ LIST_5xx=" \
|
|||||||
|
|
||||||
LIST_5xxx=" \
|
LIST_5xxx=" \
|
||||||
cpci5200 icecube_5100 icecube_5200 EVAL5200 \
|
cpci5200 icecube_5100 icecube_5200 EVAL5200 \
|
||||||
pf5200 PM520 Total5100 Total5200 \
|
mcc200 o2dnt pf5200 PM520 \
|
||||||
Total5200_Rev2 TQM5200_auto o2dnt \
|
Total5100 Total5200 Total5200_Rev2 TQM5200_auto \
|
||||||
"
|
"
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
@ -240,13 +240,7 @@ long int initdram (int board_type)
|
|||||||
|
|
||||||
int checkboard (void)
|
int checkboard (void)
|
||||||
{
|
{
|
||||||
puts("Board: Bluetechnix DevMPC5200Leica \n");
|
puts ("Board: MCC200\n");
|
||||||
/*
|
|
||||||
#if defined(CONFIG_MPC5200)
|
|
||||||
puts ("Board: MicroSys PM520 \n");
|
|
||||||
#elif defined(CONFIG_MGT5100)
|
|
||||||
puts ("Board: MicroSys PM510 \n");
|
|
||||||
#endif*/
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user