From a7d54346e025d91bb4413c61b5f5ec13ae2a6bfc Mon Sep 17 00:00:00 2001 From: Peter Tyser Date: Tue, 5 Oct 2010 23:48:47 -0500 Subject: 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 CC: d.peter@mpl.ch CC: d.mueller@elsoft.ch CC: wd@denx.de --- board/mpl/mip405/Makefile | 2 +- board/mpl/mip405/cmd_mip405.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'board/mpl/mip405') diff --git a/board/mpl/mip405/Makefile b/board/mpl/mip405/Makefile index 18a8d8656c..21e3cdaeca 100644 --- a/board/mpl/mip405/Makefile +++ b/board/mpl/mip405/Makefile @@ -29,7 +29,7 @@ endif LIB = $(obj)lib$(BOARD).a COBJS = $(BOARD).o ../common/flash.o cmd_mip405.o ../common/pci.o \ - ../common/usb_uhci.o ../common/memtst.o ../common/common_util.o + ../common/usb_uhci.o ../common/common_util.o SOBJS = init.o diff --git a/board/mpl/mip405/cmd_mip405.c b/board/mpl/mip405/cmd_mip405.c index 8ddb54db1c..f7cc37b849 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 - switches LED on (on=1) or off (on=0)\n" - "mip405 mem [cnt] - Memory Test -times, = -1 loop forever" + "mip405 led - switches LED on (on=1) or off (on=0)" ); /* ------------------------------------------------------------------------- */ -- cgit v1.2.1