]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/usbdevice.h
ARM: implement erratum 716044 workaround
[karo-tx-uboot.git] / include / usbdevice.h
index 3edaf8bcc268a66212cb56a3dac8d67b4a9aae4b..7037efd33eb0c85dede846b5fd62dc6babf8d708 100644 (file)
@@ -475,7 +475,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 512
+
 struct urb {
 
        struct usb_endpoint_instance *endpoint;