projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e3cd1c
)
ehci-mxc: remove incorrect comment
author
Wolfgang Grandegger
<wg@grandegger.com>
Mon, 17 Oct 2011 08:17:47 +0000
(08:17 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Fri, 4 Nov 2011 21:06:37 +0000
(22:06 +0100)
The USB port to be used is determined by CONFIG_MXC_USB_PORT.
So, it appears that the comment is not correct. Remove it.
Signed-off-by: Wolfgang Grandegger <wg@denx.de>
drivers/usb/host/ehci-mxc.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ehci-mxc.c
b/drivers/usb/host/ehci-mxc.c
index a0cfbb74bd9e59bbff8067f1558fb74be12a6011..f403d49e7462b75a4a14d45703c6497954fde12e 100644
(file)
--- a/
drivers/usb/host/ehci-mxc.c
+++ b/
drivers/usb/host/ehci-mxc.c
@@
-120,7
+120,6
@@
int ehci_hcd_init(void)
udelay(80);
- /* Take USB2 */
ehci = (struct usb_ehci *)(IMX_USB_BASE +
(0x200 * CONFIG_MXC_USB_PORT));
hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength);