summaryrefslogtreecommitdiff
path: root/cpu/arm_cortexa9/db8500/Makefile
diff options
context:
space:
mode:
authorJoakim Axelsson <joakim.axelsson@stericsson.com>2010-10-25 15:45:31 +0200
committerMichael BRANDT <michael.brandt@stericsson.com>2010-12-08 16:18:58 +0100
commitad006f9896b3cc1d8d2b855f27bbd1ad4482abe1 (patch)
tree949344cdada5da59beaba2c27546f959bfb12a69 /cpu/arm_cortexa9/db8500/Makefile
parentda8db80dc570d4a1468fd3f7d6f2eeee6fd9bfff (diff)
db8500: Split arch_cpu code from board
First patch to split cpu_arch SoC-code away from board code. Added usage of arch_cpu_init() which is the corresponding to board_init(). Moved db8500 code from board/st/u8500/u8500.c to cpu/arm_cortexa9/db8500/cpu.c. Also created include/asm/arch-db8500/cpu.h and include/asm/arch-db8500/prcmu.h. ST-Ericsson ID: None Signed-off-by: Joakim Axelsson <joakim.axelsson@stericsson.com> Change-Id: I403d7d4f6c655c0d383afb3cb3be7e7df96683a3 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/7150 Reviewed-by: Joakim AXELSSON <joakim.axelsson@stericsson.com> Tested-by: Joakim AXELSSON <joakim.axelsson@stericsson.com> Reviewed-by: QATOOLS Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com> Tested-by: Michael BRANDT <michael.brandt@stericsson.com>
Diffstat (limited to 'cpu/arm_cortexa9/db8500/Makefile')
-rw-r--r--cpu/arm_cortexa9/db8500/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm_cortexa9/db8500/Makefile b/cpu/arm_cortexa9/db8500/Makefile
index 39034bb18..32be6e4fb 100644
--- a/cpu/arm_cortexa9/db8500/Makefile
+++ b/cpu/arm_cortexa9/db8500/Makefile
@@ -31,6 +31,7 @@ CFLAGS += -Wall -Wextra -Werror -Wno-unused-parameter
# Please keep one file per line and in alphabetical order
COBJS += clock.o
+COBJS += cpu.o
COBJS += interrupts.o
COBJS += prcmu.o
COBJS += timer.o