summaryrefslogtreecommitdiff
path: root/arch/nds32/lib/Makefile
diff options
context:
space:
mode:
authorMacpaul Lin <macpaul@gmail.com>2012-07-15 11:54:13 +0800
committerMacpaul Lin <macpaul@gmail.com>2012-07-20 23:55:52 +0800
commit8d732840ba1cd4d41c12242ba07f1cf58b6429bf (patch)
treeb2e043e58183ee886ecce1992761b670c79e06f3 /arch/nds32/lib/Makefile
parent3ec81d758c09d6887a77a1b1259d044a2905bc8e (diff)
downloadu-boot-imx-8d732840ba1cd4d41c12242ba07f1cf58b6429bf.zip
u-boot-imx-8d732840ba1cd4d41c12242ba07f1cf58b6429bf.tar.gz
u-boot-imx-8d732840ba1cd4d41c12242ba07f1cf58b6429bf.tar.bz2
nds32: split common cache access from cpu into lib
This commit does the following updates. 1. Split the common cache access from cpu.c into lib folder. 2. Rename the following cache api to adapt common.h - dcache_flush_rang -> flush_dcache_rang - icache_inval_range -> invalidate_icache_range 3. Add invalidate_dcache_range Signed-off-by: Macpaul Lin <macpaul@gmail.com>
Diffstat (limited to 'arch/nds32/lib/Makefile')
-rw-r--r--arch/nds32/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nds32/lib/Makefile b/arch/nds32/lib/Makefile
index e5c31c3..581a2e7 100644
--- a/arch/nds32/lib/Makefile
+++ b/arch/nds32/lib/Makefile
@@ -29,7 +29,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(ARCH).o
-OBJS := board.o bootm.o interrupts.o
+OBJS := board.o bootm.o cache.o interrupts.o
all: $(LIB)