summaryrefslogtreecommitdiffstats
path: root/common/cmd_itest.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-06-09 12:42:26 +0000
committerwdenk <wdenk>2004-06-09 12:42:26 +0000
commitaa5590b66f17a157499c71c0aa743418715534d1 (patch)
treed7230197f759212a48f7e39dc1be9d1077cc801a /common/cmd_itest.c
parent48abe7bfab14c1e9bd4a9a1f9d2e094b6d16773c (diff)
downloadblackbird-obmc-uboot-aa5590b66f17a157499c71c0aa743418715534d1.tar.gz
blackbird-obmc-uboot-aa5590b66f17a157499c71c0aa743418715534d1.zip
Patch by Thomas Viehweger, 14 May 2004:
- flash.h: more flash types added - immap_8260.h: some bits added (useful for RMII) - cmd_coninfo.c: typo corrected, printf -> puts - reduced size by replacing spaces with tab
Diffstat (limited to 'common/cmd_itest.c')
-rw-r--r--common/cmd_itest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_itest.c b/common/cmd_itest.c
index 7fba598d42..8ad134f4a6 100644
--- a/common/cmd_itest.c
+++ b/common/cmd_itest.c
@@ -194,7 +194,7 @@ int do_itest ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[] )
U_BOOT_CMD(
itest, 4, 0, do_itest,
- "itest - return true/false on integer compare\n",
+ "itest\t- return true/false on integer compare\n",
"[.b, .w, .l, .s] [*]value1 <op> [*]value2\n"
);
#endif /* CONFIG_COMMANDS & CFG_CMD_ITEST */
OpenPOWER on IntegriCloud