diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-08-07 17:52:59 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-10-23 05:03:50 -0400 |
commit | 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76 (patch) | |
tree | ff1b0dd6623a089d3246ccb58ac969c8e57a11a6 /cpu/blackfin/Makefile | |
parent | 50f0d211912a648e31aa9123b4665a0444bb8ca9 (diff) | |
download | u-boot-imx-2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76.zip u-boot-imx-2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76.tar.gz u-boot-imx-2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76.tar.bz2 |
Blackfin: drop unused cache flush code
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'cpu/blackfin/Makefile')
-rw-r--r-- | cpu/blackfin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/blackfin/Makefile b/cpu/blackfin/Makefile index f194a38..8fed4b4 100644 --- a/cpu/blackfin/Makefile +++ b/cpu/blackfin/Makefile @@ -16,7 +16,7 @@ LIB = $(obj)lib$(CPU).a EXTRA := CEXTRA := initcode.o SEXTRA := start.o -SOBJS := interrupt.o cache.o flush.o +SOBJS := interrupt.o cache.o COBJS := cpu.o traps.o interrupts.o reset.o serial.o i2c.o watchdog.o ifeq ($(CONFIG_BFIN_BOOT_MODE),BFIN_BOOT_BYPASS) |