aboutsummaryrefslogtreecommitdiff
path: root/board/davedenx/qong
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2010-04-13 12:19:06 +0200
committertrix <trix@windriver.com>2010-04-30 05:23:26 -0500
commiteeb50ce193453951529015f50e5c1ccd7b55aad2 (patch)
tree43e32caf1e07577ad491616155307b9581c96e70 /board/davedenx/qong
parentc9d944d35e7904229c5333e761bce9d4324971f8 (diff)
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>
Diffstat (limited to 'board/davedenx/qong')
-rw-r--r--board/davedenx/qong/qong.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/davedenx/qong/qong.c b/board/davedenx/qong/qong.c
index e73d26b8f..eb9218ec5 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;
}