MX31: Removed erroneous board name from QONG

QONG is a module that can be installed on several boards,
not only on the QONG-EVB manufactured by Dave srl.

Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
Stefano Babic 2010-04-13 12:19:06 +02:00 committed by trix
parent c9d944d35e
commit eeb50ce193
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ int board_init (void)
int checkboard (void)
{
printf("Board: DAVE/DENX QongEVB-LITE\n");
printf("Board: DAVE/DENX Qong\n");
return 0;
}