diff options
Diffstat (limited to 'lib_ppc/board.c')
| -rw-r--r-- | lib_ppc/board.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/lib_ppc/board.c b/lib_ppc/board.c index 4b1edeec0..923f70e9e 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -50,8 +50,10 @@  #include <cmd_bedbug.h>  #endif  #ifdef CFG_ALLOC_DPRAM +#if !defined(CONFIG_8260)  #include <commproc.h>  #endif +#endif  #include <version.h>  #if defined(CONFIG_BAB7xx)  #include <w83c553f.h> @@ -277,8 +279,10 @@ init_fnc_t *init_sequence[] = {  	get_clocks,		/* get CPU and bus clocks (etc.) */  	init_timebase,  #ifdef CFG_ALLOC_DPRAM +#if !defined(CONFIG_8260)  	dpram_init,  #endif +#endif  #if defined(CONFIG_BOARD_POSTCLK_INIT)  	board_postclk_init,  #endif |