Merge branch 'net' of git://www.denx.de/git/u-boot-microblaze
[platform/kernel/u-boot.git] / common / spl / spl.c
index da31457..0645cee 100644 (file)
@@ -205,6 +205,11 @@ void board_init_r(gd_t *dummy1, ulong dummy2)
                spl_net_load_image("usb_ether");
                break;
 #endif
+#ifdef CONFIG_SPL_USB_SUPPORT
+       case BOOT_DEVICE_USB:
+               spl_usb_load_image();
+               break;
+#endif
        default:
                debug("SPL: Un-supported Boot Device\n");
                hang();