diff options
author | wdenk <wdenk> | 2004-10-10 20:23:57 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-10-10 20:23:57 +0000 |
commit | cf33678e51e02143ed67850b3f13646fd51fb489 (patch) | |
tree | 68d8c425710d63d266395181eb592ec61ba3c734 /board/mpc8540ads/Makefile | |
parent | 08b6aa61545d74afd4a9646adb469cf1320f4d8f (diff) | |
download | u-boot-imx-cf33678e51e02143ed67850b3f13646fd51fb489.zip u-boot-imx-cf33678e51e02143ed67850b3f13646fd51fb489.tar.gz u-boot-imx-cf33678e51e02143ed67850b3f13646fd51fb489.tar.bz2 |
* Patch by Jon Loeliger, 24 Aug 2004:
- Fix PCI window on MPC85xx; remove unneeded PCI initialization
from board_early_init_f()
- Provide SW workaround for PCI initialization on 85xx CDS
- Convert MPC85xxADS to use common CFI flash driver
* Cleanup: avoid compiler warnings
* Add CMC PU2 board to MAKEALL script
Diffstat (limited to 'board/mpc8540ads/Makefile')
-rw-r--r-- | board/mpc8540ads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpc8540ads/Makefile b/board/mpc8540ads/Makefile index d150df8..5d8ea34 100644 --- a/board/mpc8540ads/Makefile +++ b/board/mpc8540ads/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS := $(BOARD).o flash.o +OBJS := $(BOARD).o SOBJS := init.o #SOBJS := |