diff options
author | David Müller <d.mueller@elsoft.ch> | 2011-12-22 13:38:21 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2012-01-09 09:25:01 +0100 |
commit | 39441b35c65c110118998116e6a9bb1dfb534eaf (patch) | |
tree | 46edae45a25ff6c9643dc8d5fa76d00adaf3557c /board/mpl/mip405/Makefile | |
parent | 21be309bb729bde0c46435fdd7166326ac8b8cc3 (diff) | |
download | u-boot-imx-39441b35c65c110118998116e6a9bb1dfb534eaf.zip u-boot-imx-39441b35c65c110118998116e6a9bb1dfb534eaf.tar.gz u-boot-imx-39441b35c65c110118998116e6a9bb1dfb534eaf.tar.bz2 |
board/mpl/mip405: use the CFI driver for the MIP405/MIP405T board
Signed-off-by: David Mueller <d.mueller@elsoft.ch>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/mpl/mip405/Makefile')
-rw-r--r-- | board/mpl/mip405/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/board/mpl/mip405/Makefile b/board/mpl/mip405/Makefile index 5dd0b2f..9921545 100644 --- a/board/mpl/mip405/Makefile +++ b/board/mpl/mip405/Makefile @@ -28,8 +28,10 @@ endif LIB = $(obj)lib$(BOARD).o -COBJS = $(BOARD).o ../common/flash.o cmd_mip405.o ../common/pci.o \ - ../common/usb_uhci.o ../common/common_util.o +COBJS = $(BOARD).o cmd_mip405.o \ + ../common/pci.o \ + ../common/usb_uhci.o \ + ../common/common_util.o SOBJS = init.o |