From 7aa78614716b7bd7bdf68553f261ad0d5a12826a Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 3 May 2003 15:50:43 +0000 Subject: * Add support for Promess ATC board * Patch by Keith Outwater, 28 Apr 2003: - Miscellaneous corrections and additions to GEN860T board specific code. - Added GEN860_SC variant to GEN860T. - Miscellaneous corrections to GEN860T documentation. - Correct duplicate entry in U-Boot CREDITS file. - Add GEN860T_SC entry in MAINTAINERS file. - Update CREDITS file with GEN860T_SC info. * Update Smiths Aerospace addresses in MAINTAINERS file * Fix error handling in hush's version of "run" command --- lib_ppc/board.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib_ppc') diff --git a/lib_ppc/board.c b/lib_ppc/board.c index 4b1edeec0d2..923f70e9ef6 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -50,8 +50,10 @@ #include #endif #ifdef CFG_ALLOC_DPRAM +#if !defined(CONFIG_8260) #include #endif +#endif #include #if defined(CONFIG_BAB7xx) #include @@ -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 -- cgit v1.2.3