summaryrefslogtreecommitdiff
path: root/board/scalys/grapeboard/usb_grapeboard.c
diff options
context:
space:
mode:
authorvojo <joris.van.vossen@sintecs.nl>2018-01-17 16:19:55 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2018-01-17 16:19:55 (GMT)
commitb07fac8eed8edd5866cb67d5a653599ca5c7b877 (patch)
tree010c817e281a4cbd68af01492c3e1907d83c49b0 /board/scalys/grapeboard/usb_grapeboard.c
parent4041abe76723c4dc98f32d0eac935636b3ae65da (diff)
downloadu-boot-b07fac8eed8edd5866cb67d5a653599ca5c7b877.tar.xz
clean-up and variable update
Diffstat (limited to 'board/scalys/grapeboard/usb_grapeboard.c')
-rw-r--r--board/scalys/grapeboard/usb_grapeboard.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/scalys/grapeboard/usb_grapeboard.c b/board/scalys/grapeboard/usb_grapeboard.c
index f4d443e..6a2ba36 100644
--- a/board/scalys/grapeboard/usb_grapeboard.c
+++ b/board/scalys/grapeboard/usb_grapeboard.c
@@ -109,9 +109,3 @@ int usb_hx3_hub_reset(void) {
/* USB hub cannot be reset in software without resetting the ls1012a */
return 1;
}
-
-/*void usb_hub_reset_devices(int port)
-{
- udelay(100);
- return;
-}*/