summaryrefslogtreecommitdiff
path: root/board/mpl/mip405/cmd_mip405.c
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-10-06 04:48:47 (GMT)
committerWolfgang Denk <wd@denx.de>2010-10-06 20:25:38 (GMT)
commita7d54346e025d91bb4413c61b5f5ec13ae2a6bfc (patch)
tree934c8c403dfb7c06aca27977d7c00a6837358e45 /board/mpl/mip405/cmd_mip405.c
parenta2f69d35f977179a0c98812c47718cee5b36fc11 (diff)
downloadu-boot-a7d54346e025d91bb4413c61b5f5ec13ae2a6bfc.tar.xz
board/mpl: Remove mpl-specific memory test command
The mpl-specfic memory test is only documented for one board, doesn't compile cleanly, uses improper coding style, and overlaps functionality with U-Boot's common 'mtest' command, so lets get rid of it. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> CC: d.peter@mpl.ch CC: d.mueller@elsoft.ch CC: wd@denx.de
Diffstat (limited to 'board/mpl/mip405/cmd_mip405.c')
-rw-r--r--board/mpl/mip405/cmd_mip405.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/mpl/mip405/cmd_mip405.c b/board/mpl/mip405/cmd_mip405.c
index 8ddb54d..f7cc37b 100644
--- a/board/mpl/mip405/cmd_mip405.c
+++ b/board/mpl/mip405/cmd_mip405.c
@@ -59,8 +59,7 @@ U_BOOT_CMD(
"flash mem [SrcAddr] - updates U-Boot with image in memory\n"
"mip405 flash mps - updates U-Boot with image from MPS\n"
"mip405 info - displays board information\n"
- "mip405 led <on> - switches LED on (on=1) or off (on=0)\n"
- "mip405 mem [cnt] - Memory Test <cnt>-times, <cnt> = -1 loop forever"
+ "mip405 led <on> - switches LED on (on=1) or off (on=0)"
);
/* ------------------------------------------------------------------------- */