diff options
author | Wolfgang Denk <wd@denx.de> | 2012-01-13 20:11:22 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-01-13 20:11:22 +0100 |
commit | c30186c60af24bc397b733910ca6fc39e74515f2 (patch) | |
tree | 7a5d46939a15207da5952cf8c737941ad7e2cd57 /board/mpl/pip405/Makefile | |
parent | 3dc5ea500ffc00a1b3602b5e7fe69e72908a1818 (diff) | |
parent | d49f5b1cae6639cdc0c5419908d7ca06297a1976 (diff) | |
download | u-boot-imx-c30186c60af24bc397b733910ca6fc39e74515f2.zip u-boot-imx-c30186c60af24bc397b733910ca6fc39e74515f2.tar.gz u-boot-imx-c30186c60af24bc397b733910ca6fc39e74515f2.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
* 'master' of git://git.denx.de/u-boot-ppc4xx:
board/mpl/pati: use the CFI driver for the PATI board
board/mpl/mip405: use the CFI driver for the MIP405/MIP405T board
board/mpl/pip405: use the CFI driver for the PIP405 board
board/mpl/common: remove the old legacy flash
ppc4xx: Setup HICB on Io64
Diffstat (limited to 'board/mpl/pip405/Makefile')
-rw-r--r-- | board/mpl/pip405/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/board/mpl/pip405/Makefile b/board/mpl/pip405/Makefile index 9aebb9a..48fe750 100644 --- a/board/mpl/pip405/Makefile +++ b/board/mpl/pip405/Makefile @@ -28,11 +28,12 @@ endif LIB = $(obj)lib$(BOARD).o -COBJS = $(BOARD).o \ - ../common/flash.o cmd_pip405.o ../common/pci.o \ - ../common/isa.o ../common/kbd.o \ - ../common/usb_uhci.o \ - ../common/common_util.o +COBJS = $(BOARD).o cmd_pip405.o \ + ../common/pci.o \ + ../common/isa.o \ + ../common/kbd.o \ + ../common/usb_uhci.o \ + ../common/common_util.o SOBJS = init.o |