summaryrefslogtreecommitdiff
path: root/include/configs/u8500.h
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 /include/configs/u8500.h
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 'include/configs/u8500.h')
-rw-r--r--include/configs/u8500.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/u8500.h b/include/configs/u8500.h
index f23d70f1f..797e1e555 100644
--- a/include/configs/u8500.h
+++ b/include/configs/u8500.h
@@ -36,6 +36,9 @@
#define CONFIG_BOOTTIME
+/* run arch_cpu_init() of arm_cortexa9/db8500/cpu.c before board_init() */
+#define CONFIG_ARCH_CPU_INIT 1
+
#define BOARD_LATE_INIT 1
/*-----------------------------------------------------------------------