From: Stefano Babic <sbabic@denx.de>
Date: Tue, 13 Apr 2010 10:19:06 +0000 (+0200)
Subject: MX31: Removed erroneous board name from QONG
X-Git-Tag: v2025.01-rc5-pxa1908~20296^2~2
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=eeb50ce193453951529015f50e5c1ccd7b55aad2;p=u-boot.git

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>
---

diff --git a/board/davedenx/qong/qong.c b/board/davedenx/qong/qong.c
index e73d26b8f6..eb9218ec50 100644
--- a/board/davedenx/qong/qong.c
+++ b/board/davedenx/qong/qong.c
@@ -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;
 }