|
@@ -441,15 +441,21 @@ ulong post_word_load (void)
|
|
}
|
|
}
|
|
#endif /* CONFIG_POST || CONFIG_LOGBUFFER*/
|
|
#endif /* CONFIG_POST || CONFIG_LOGBUFFER*/
|
|
|
|
|
|
-#ifdef CONFIG_PS2MULT
|
|
|
|
#ifdef CONFIG_BOARD_EARLY_INIT_R
|
|
#ifdef CONFIG_BOARD_EARLY_INIT_R
|
|
int board_early_init_r (void)
|
|
int board_early_init_r (void)
|
|
{
|
|
{
|
|
|
|
+#ifdef CONFIG_PS2MULT
|
|
ps2mult_early_init();
|
|
ps2mult_early_init();
|
|
|
|
+#endif /* CONFIG_PS2MULT */
|
|
|
|
+
|
|
|
|
+#if defined(CONFIG_USB_OHCI_NEW) && defined(CFG_USB_OHCI_CPU_INIT)
|
|
|
|
+ /* Low level USB init, required for proper kernel operation */
|
|
|
|
+ usb_cpu_init();
|
|
|
|
+#endif
|
|
|
|
+
|
|
return (0);
|
|
return (0);
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
-#endif /* CONFIG_PS2MULT */
|
|
|
|
|
|
|
|
#ifdef CONFIG_FO300
|
|
#ifdef CONFIG_FO300
|
|
int silent_boot (void)
|
|
int silent_boot (void)
|