|
@@ -255,14 +255,12 @@ static int init_func_watchdog_reset (void)
|
|
*/
|
|
*/
|
|
|
|
|
|
init_fnc_t *init_sequence[] = {
|
|
init_fnc_t *init_sequence[] = {
|
|
-
|
|
|
|
-#if defined(CONFIG_BOARD_EARLY_INIT_F)
|
|
|
|
- board_early_init_f,
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
#if defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx)
|
|
#if defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx)
|
|
probecpu,
|
|
probecpu,
|
|
#endif
|
|
#endif
|
|
|
|
+#if defined(CONFIG_BOARD_EARLY_INIT_F)
|
|
|
|
+ board_early_init_f,
|
|
|
|
+#endif
|
|
#if !defined(CONFIG_8xx_CPUCLK_DEFAULT)
|
|
#if !defined(CONFIG_8xx_CPUCLK_DEFAULT)
|
|
get_clocks, /* get CPU and bus clocks (etc.) */
|
|
get_clocks, /* get CPU and bus clocks (etc.) */
|
|
#if defined(CONFIG_TQM8xxL) && !defined(CONFIG_TQM866M) \
|
|
#if defined(CONFIG_TQM8xxL) && !defined(CONFIG_TQM866M) \
|