diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-09-16 22:03:07 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-09-22 23:04:44 +0200 |
commit | 3a8f28d0a6d9f8505017680233064c13e4587174 (patch) | |
tree | b618a3d8bf79da216dbb45095a0bc9fc61f02bfb /include/configs/W7OLMG.h | |
parent | 3202d33169df04da5cf3dea8c5ab0a902b90ecaa (diff) |
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/W7OLMG.h')
-rw-r--r-- | include/configs/W7OLMG.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/W7OLMG.h b/include/configs/W7OLMG.h index a62f1b4d578..1d4ad13ed3b 100644 --- a/include/configs/W7OLMG.h +++ b/include/configs/W7OLMG.h @@ -40,6 +40,7 @@ #define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ #define CONFIG_MISC_INIT_F 1 /* and misc_init_f() */ +#define CONFIG_MISC_INIT_R 1 /* and misc_init_r() */ #define CONFIG_SYS_CLK_FREQ 33333333 /* external frequency to pll */ |