summaryrefslogtreecommitdiff
path: root/common/usb.c
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2011-08-01 11:39:45 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:59:23 -0700
commit2ea85c0681a7e2bda2b4e357ac3cd5f30c2f55fc (patch)
tree01a6d7451a78b5926f040647f79b950cef393e69 /common/usb.c
parent543dcf8597c17efd0646c3f5f45d3740dbdb4266 (diff)
usb: move USB keyboard initialization
Do it at the same place as other USB drivers (mass storage and ethernet) BUG=chrome-os-partner:5043 TEST=compile U-Boot Change-Id: I2467a2cfd165522f4bbdee3456cedc293b648c7c Reviewed-on: http://gerrit.chromium.org/gerrit/5084 Reviewed-by: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'common/usb.c')
-rw-r--r--common/usb.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/usb.c b/common/usb.c
index c955fcbf234..0b71b2f46ab 100644
--- a/common/usb.c
+++ b/common/usb.c
@@ -966,11 +966,6 @@ void usb_scan_devices(void)
printf("No USB Device found\n");
else
printf("%d USB Device(s) found\n", dev_index);
- /* insert "driver" if possible */
-#ifdef CONFIG_USB_KEYBOARD
- drv_usb_kbd_init();
- USB_PRINTF("scan end\n");
-#endif
}