]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commitdiff
MX31: Removed erroneous board name from QONG
authorStefano Babic <sbabic@denx.de>
Tue, 13 Apr 2010 10:19:06 +0000 (12:19 +0200)
committertrix <trix@windriver.com>
Sat, 24 Apr 2010 17:58:01 +0000 (12:58 -0500)
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>
board/davedenx/qong/qong.c

index e73d26b8f63d4129991697a1c6447656b534014d..eb9218ec5050686b20285a2e83f19e135ac69357 100644 (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;
 }