]> git.sur5r.net Git - u-boot/blobdiff - lib_ppc/board.c
8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx
[u-boot] / lib_ppc / board.c
index 6dd4d56ff32f9813e2a087a3d0c8ee43acd8917f..9faf7f2a0b438ebbc12f11f25a4ba7b010461abb 100644 (file)
@@ -291,6 +291,9 @@ init_fnc_t *init_sequence[] = {
        board_early_init_f,
 #endif
 
+#if defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx)
+       probecpu,
+#endif
 #if !defined(CONFIG_8xx_CPUCLK_DEFAULT)
        get_clocks,             /* get CPU and bus clocks (etc.) */
 #if defined(CONFIG_TQM8xxL) && !defined(CONFIG_TQM866M) \