diff options
author | TsiChung Liew <tsicliew@gmail.com> | 2009-06-30 14:18:29 +0000 |
---|---|---|
committer | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | 2009-07-14 09:46:34 -0500 |
commit | ee0a8462466dd284968536eb57c6eef4be0d6aad (patch) | |
tree | c04da824a3026d53f054dd544cc22115c37a1644 /cpu/mcf5445x/Makefile | |
parent | dec61c7851baa72151ef1d3657e7bb3b68907d48 (diff) | |
download | u-boot-imx-ee0a8462466dd284968536eb57c6eef4be0d6aad.zip u-boot-imx-ee0a8462466dd284968536eb57c6eef4be0d6aad.tar.gz u-boot-imx-ee0a8462466dd284968536eb57c6eef4be0d6aad.tar.bz2 |
ColdFire: Add DSPI support for MCF5227x and MCF5445x
Remove individual CPU specific DSPI driver.
Add required feature for the common DSPI driver in cpu_init and
in platform configuration file.
Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
Diffstat (limited to 'cpu/mcf5445x/Makefile')
-rw-r--r-- | cpu/mcf5445x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mcf5445x/Makefile b/cpu/mcf5445x/Makefile index a549fdd..26ec298 100644 --- a/cpu/mcf5445x/Makefile +++ b/cpu/mcf5445x/Makefile @@ -28,7 +28,7 @@ include $(TOPDIR)/config.mk LIB = lib$(CPU).a START = start.o -COBJS = cpu.o speed.o cpu_init.o interrupts.o pci.o dspi.o +COBJS = cpu.o speed.o cpu_init.o interrupts.o pci.o SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) |