commit | b3acb6cd4059dfb29a5e99095d802717f53ff784 | [log] [tgz] |
---|---|---|
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Sun Apr 05 13:06:31 2009 +0200 |
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Sun Apr 05 13:06:31 2009 +0200 |
tree | 0578103fde893d08e5b6127db4df18833ae3d075 | |
parent | 677e62f43235de9a1701204d7bcea0fb3d233fa1 [diff] [blame] |
arm: clean cache management unify arm cache management except for non standard cache as ARM7TDMI Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
diff --git a/lib_arm/Makefile b/lib_arm/Makefile index c8795b2..3ac9d1f 100644 --- a/lib_arm/Makefile +++ b/lib_arm/Makefile
@@ -35,6 +35,9 @@ COBJS-y += board.o COBJS-y += bootm.o COBJS-y += cache.o +ifndef CONFIG_SYS_NO_CP15_CACHE +COBJS-y += cache-cp15.o +endif COBJS-y += div0.o COBJS-y += interrupts.o