summaryrefslogtreecommitdiff
path: root/common/board_r.c
diff options
context:
space:
mode:
authorFrancois Retief <fgretief@spaceteq.co.za>2015-10-28 12:29:32 (GMT)
committerFrancois Retief <fgretief@spaceteq.co.za>2015-12-03 11:15:48 (GMT)
commite17c5200c7e9a802783a53d4f4457fa68f7fa074 (patch)
tree3d6c2fe4a6deb1c4b1f1dfac50482b15e710b726 /common/board_r.c
parenta5b629a33e717e794db8db5b0fedbd3aa254e711 (diff)
downloadu-boot-e17c5200c7e9a802783a53d4f4457fa68f7fa074.tar.xz
sparc: Initial ground work for generic board initialization
Initial ground work in preperation for generic board initialization code for the SPARC architecture. Signed-off-by: Francois Retief <fgretief@spaceteq.co.za>
Diffstat (limited to 'common/board_r.c')
-rw-r--r--common/board_r.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/board_r.c b/common/board_r.c
index a41fb54..f1dfa68 100644
--- a/common/board_r.c
+++ b/common/board_r.c
@@ -813,7 +813,8 @@ init_fnc_t init_sequence_r[] = {
initr_flash,
#endif
INIT_FUNC_WATCHDOG_RESET
-#if defined(CONFIG_PPC) || defined(CONFIG_M68K) || defined(CONFIG_X86)
+#if defined(CONFIG_PPC) || defined(CONFIG_M68K) || defined(CONFIG_X86) || \
+ defined(CONFIG_SPARC)
/* initialize higher level parts of CPU like time base and timers */
cpu_init_r,
#endif