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