]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/icpdas/lp8x4x/lp8x4x.c
usb: new board-specific USB init interface
[karo-tx-uboot.git] / board / icpdas / lp8x4x / lp8x4x.c
index 1b68ef332a72d0f4c6b391edd43e19e974bef3ec..a96bed6aaa20312d9764256223f7d8e4c737f21d 100644 (file)
@@ -15,6 +15,7 @@
 #include <netdev.h>
 #include <serial.h>
 #include <asm/io.h>
+#include <usb.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -58,7 +59,7 @@ int board_mmc_init(bd_t *bis)
 #endif
 
 #ifdef CONFIG_CMD_USB
-int usb_board_init(void)
+int board_usb_init(int index, enum board_usb_init_type init)
 {
        writel((UHCHR | UHCHR_PCPL | UHCHR_PSPL) &
                ~(UHCHR_SSEP0 | UHCHR_SSEP1 | UHCHR_SSEP2 | UHCHR_SSE),
@@ -89,9 +90,9 @@ int usb_board_init(void)
        return 0;
 }
 
-void usb_board_init_fail(void)
+int board_usb_cleanup(int index, enum board_usb_init_type init)
 {
-       return;
+       return 0;
 }
 
 void usb_board_stop(void)