diff options
author | Stefano Babic <sbabic@denx.de> | 2010-04-13 12:19:06 +0200 |
---|---|---|
committer | trix <trix@windriver.com> | 2010-04-30 05:23:26 -0500 |
commit | eeb50ce193453951529015f50e5c1ccd7b55aad2 (patch) | |
tree | 43e32caf1e07577ad491616155307b9581c96e70 /board | |
parent | c9d944d35e7904229c5333e761bce9d4324971f8 (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')
-rw-r--r-- | 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 e73d26b8f63..eb9218ec505 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; } |