From: Stefano Babic Date: Tue, 13 Apr 2010 10:19:06 +0000 (+0200) Subject: MX31: Removed erroneous board name from QONG X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eeb50ce193453951529015f50e5c1ccd7b55aad2;p=people%2Fms%2Fu-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 --- 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; }