diff options
author | Stefano Babic <sbabic@denx.de> | 2010-04-13 12:19:06 +0200 |
---|---|---|
committer | trix <trix@windriver.com> | 2010-04-24 12:58:01 -0500 |
commit | 655ef2595244346744f5e790f7b103d0b9c9d110 (patch) | |
tree | 37cecee990533564d9a13f60f33c929b23db495f | |
parent | 0bab9d666c2103ac16fda3120e38c56f4a56bd2e (diff) | |
download | u-boot-imx-655ef2595244346744f5e790f7b103d0b9c9d110.zip u-boot-imx-655ef2595244346744f5e790f7b103d0b9c9d110.tar.gz u-boot-imx-655ef2595244346744f5e790f7b103d0b9c9d110.tar.bz2 |
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>
-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 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; } |