]> git.sur5r.net Git - u-boot/blobdiff - board/h2200/h2200.c
microblaze: Remove empty file - cpu.c
[u-boot] / board / h2200 / h2200.c
index 66ae4b6906b54568242ee1cdb34d758689c12b07..01f8e67be1456325358ded26ed1757be12cbb33c 100644 (file)
@@ -59,3 +59,15 @@ int dram_init(void)
        gd->ram_size = CONFIG_SYS_SDRAM_SIZE;
        return 0;
 }
+
+#ifdef CONFIG_USB_GADGET_PXA2XX
+int board_usb_init(int index, enum usb_init_type init)
+{
+       return 0;
+}
+
+int board_usb_cleanup(int index, enum usb_init_type init)
+{
+       return 0;
+}
+#endif