Re: [U-Boot] [PATCH] ehci-fsl: correct size of ehci caplength

2011-11-26 Thread Remy Bohmer
Hi, 2011/10/18 Kumar Gala ga...@kernel.crashing.org: On Oct 17, 2011, at 1:16 PM, Wolfgang Grandegger wrote: According to the EHCI specification the Capability Register Length has a size of 8 bits. Signed-off-by: Wolfgang Grandegger w...@denx.de --- include/usb/ehci-fsl.h |   25

[U-Boot] [PATCH] ehci-fsl: correct size of ehci caplength

2011-10-17 Thread Wolfgang Grandegger
According to the EHCI specification the Capability Register Length has a size of 8 bits. Signed-off-by: Wolfgang Grandegger w...@denx.de --- include/usb/ehci-fsl.h | 25 + 1 files changed, 13 insertions(+), 12 deletions(-) diff --git a/include/usb/ehci-fsl.h