[U-Boot] [PATCH] MX31: Removed erroneous board name from QONG

Stefano Babic sbabic at denx.de
Tue Apr 13 12:28:57 CEST 2010


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 at denx.de>
---
 board/davedenx/qong/qong.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/board/davedenx/qong/qong.c b/board/davedenx/qong/qong.c
index e73d26b..eb9218e 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;
 }
 
-- 
1.6.3.3



More information about the U-Boot mailing list