summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/u8500/Makefile
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2012-07-31 08:59:25 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-09-01 14:58:19 +0200
commit9652de7c488c4915c91626b71fa553d3ed13da47 (patch)
tree7b2df3cf96717fdc8c2938bb228b683f9a8f9136 /arch/arm/cpu/armv7/u8500/Makefile
parent42cb8fb6cb2c869229b0158e3c86c50fb242d6aa (diff)
downloadblackbird-obmc-uboot-9652de7c488c4915c91626b71fa553d3ed13da47.tar.gz
blackbird-obmc-uboot-9652de7c488c4915c91626b71fa553d3ed13da47.zip
snowball: Adding architecture dependent initialisation
Enabling timers and clocks in PRCMU and cleaning up mailbox. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: John Rigby <john.rigby@linaro.org>
Diffstat (limited to 'arch/arm/cpu/armv7/u8500/Makefile')
-rw-r--r--arch/arm/cpu/armv7/u8500/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/u8500/Makefile b/arch/arm/cpu/armv7/u8500/Makefile
index 77accde9c5..ce8af96038 100644
--- a/arch/arm/cpu/armv7/u8500/Makefile
+++ b/arch/arm/cpu/armv7/u8500/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).o
-COBJS = timer.o clock.o prcmu.o
+COBJS = timer.o clock.o prcmu.o cpu.o
SOBJS = lowlevel.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OpenPOWER on IntegriCloud