summaryrefslogtreecommitdiffstats
path: root/include/configs/CPCI4052.h
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-09-16 22:03:07 -0500
committerWolfgang Denk <wd@denx.de>2009-09-22 23:04:44 +0200
commit3a8f28d0a6d9f8505017680233064c13e4587174 (patch)
treeb618a3d8bf79da216dbb45095a0bc9fc61f02bfb /include/configs/CPCI4052.h
parent3202d33169df04da5cf3dea8c5ab0a902b90ecaa (diff)
downloadblackbird-obmc-uboot-3a8f28d0a6d9f8505017680233064c13e4587174.tar.gz
blackbird-obmc-uboot-3a8f28d0a6d9f8505017680233064c13e4587174.zip
ppc: Clean up calling of misc_init_r() during init
Remove board-specific #ifdefs for calling misc_init_r() during initializtion Signed-off-by: Peter Tyser <ptyser@xes-inc.com> Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/CPCI4052.h')
-rw-r--r--include/configs/CPCI4052.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/CPCI4052.h b/include/configs/CPCI4052.h
index fd04566089..07c4e35995 100644
--- a/include/configs/CPCI4052.h
+++ b/include/configs/CPCI4052.h
@@ -40,6 +40,7 @@
#undef CONFIG_CPCI405_6U /* enable this for 6U boards */
#define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f() */
+#define CONFIG_MISC_INIT_R 1 /* call misc_init_r() */
#define CONFIG_SYS_CLK_FREQ 33330000 /* external frequency to pll */
OpenPOWER on IntegriCloud