am33xx: support for booting via usbeth
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / omap-common / boot-common.c
index 2b584e0..1c8b617 100644 (file)
@@ -55,6 +55,9 @@ void spl_board_init(void)
 #ifdef CONFIG_SPL_NAND_SUPPORT
        gpmc_init();
 #endif
+#if defined(CONFIG_AM33XX) && defined(CONFIG_SPL_MUSB_NEW_SUPPORT)
+       arch_misc_init();
+#endif
 }
 
 int board_mmc_init(bd_t *bis)