diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2010-10-05 23:48:47 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-06 22:25:38 +0200 |
commit | a7d54346e025d91bb4413c61b5f5ec13ae2a6bfc (patch) | |
tree | 934c8c403dfb7c06aca27977d7c00a6837358e45 /board/mpl/pati | |
parent | a2f69d35f977179a0c98812c47718cee5b36fc11 (diff) | |
download | u-boot-a7d54346e025d91bb4413c61b5f5ec13ae2a6bfc.tar.gz u-boot-a7d54346e025d91bb4413c61b5f5ec13ae2a6bfc.tar.xz u-boot-a7d54346e025d91bb4413c61b5f5ec13ae2a6bfc.zip |
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/pati')
-rw-r--r-- | board/mpl/pati/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpl/pati/Makefile b/board/mpl/pati/Makefile index adeba69ee0..9f38d706ce 100644 --- a/board/mpl/pati/Makefile +++ b/board/mpl/pati/Makefile @@ -28,7 +28,7 @@ endif LIB = $(obj)lib$(BOARD).a -COBJS := pati.o ../common/flash.o ../common/memtst.o cmd_pati.o ../common/common_util.o +COBJS := pati.o ../common/flash.o cmd_pati.o ../common/common_util.o #### cmd_pati.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) |