summaryrefslogtreecommitdiff
path: root/include/usbdevice.h
diff options
context:
space:
mode:
authorSammy He <r62914@freescale.com>2010-11-17 00:39:08 +0800
committerSammy He <r62914@freescale.com>2010-11-18 00:57:49 +0800
commit7496154e2fdc3efccd5d5b8acf160082f1b95c2d (patch)
tree0522cedde956e6c6d8aed4e1def5a9940eafb10e /include/usbdevice.h
parent5c13c889739565b7a0409048ef4ac3eaedf3ff09 (diff)
downloadu-boot-imx-7496154e2fdc3efccd5d5b8acf160082f1b95c2d.zip
u-boot-imx-7496154e2fdc3efccd5d5b8acf160082f1b95c2d.tar.gz
u-boot-imx-7496154e2fdc3efccd5d5b8acf160082f1b95c2d.tar.bz2
ENGR00133551-1 Add freescale usb udc support for i.mx51 platform.
Add imx_udc for usb gadget on i.mx51 platform. Signed-off-by: Hu Hui <b29976@freescale.com> Signed-off-by: Sammy He <r62914@freescale.com>
Diffstat (limited to 'include/usbdevice.h')
-rw-r--r--include/usbdevice.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/usbdevice.h b/include/usbdevice.h
index 206dbbc..82acfb2 100644
--- a/include/usbdevice.h
+++ b/include/usbdevice.h
@@ -467,7 +467,9 @@ typedef struct urb_link {
* function driver to inform it that data has arrived.
*/
-#define URB_BUF_SIZE 128 /* in linux we'd malloc this, but in u-boot we prefer static data */
+/* in linux we'd malloc this, but in u-boot we prefer static data */
+#define URB_BUF_SIZE 256
+
struct urb {
struct usb_endpoint_instance *endpoint;