diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-09-16 22:03:07 -0500 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2009-10-03 09:04:31 -0500 |
commit | b3ab9dfd497e19c0f92f21a420d323a978e5f863 (patch) | |
tree | 982077df599a9cf485d27607527396de76a2148f /include/configs/W7OLMC.h | |
parent | 61c83b7bd22077b1367a72a5e15f65419871f027 (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/W7OLMC.h')
-rw-r--r-- | include/configs/W7OLMC.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/W7OLMC.h b/include/configs/W7OLMC.h index 40e4735b68..c0179150c2 100644 --- a/include/configs/W7OLMC.h +++ b/include/configs/W7OLMC.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 */ |