summaryrefslogtreecommitdiff
path: root/cpu/arm_cortexa8/omap3/Makefile
diff options
context:
space:
mode:
authorKim, Heung Jun <riverful@gmail.com>2009-06-20 11:02:17 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-07-06 21:52:25 +0200
commit06e758e75c79ce8761866bf8165c443584a20893 (patch)
treead667c552c3e9ed2e12117b1144beffb49c416d1 /cpu/arm_cortexa8/omap3/Makefile
parentd583ef5147066d3609de21f3beebbab99a19bad4 (diff)
downloadu-boot-imx-06e758e75c79ce8761866bf8165c443584a20893.zip
u-boot-imx-06e758e75c79ce8761866bf8165c443584a20893.tar.gz
u-boot-imx-06e758e75c79ce8761866bf8165c443584a20893.tar.bz2
move L2 cache enable/disable function to cache.c in the omap3 SoC directory
Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com> CC: Dirk Behme <dirk.behme@googlemail.com> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/arm_cortexa8/omap3/Makefile')
-rw-r--r--cpu/arm_cortexa8/omap3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm_cortexa8/omap3/Makefile b/cpu/arm_cortexa8/omap3/Makefile
index 50176ee..1fbd0dc 100644
--- a/cpu/arm_cortexa8/omap3/Makefile
+++ b/cpu/arm_cortexa8/omap3/Makefile
@@ -28,6 +28,7 @@ LIB = $(obj)lib$(SOC).a
SOBJS := lowlevel_init.o
COBJS += board.o
+COBJS += cache.o
COBJS += clock.o
COBJS += gpio.o
COBJS += mem.o