summaryrefslogtreecommitdiff
path: root/include/usb/musb_udc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb/musb_udc.h')
-rw-r--r--include/usb/musb_udc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/usb/musb_udc.h b/include/usb/musb_udc.h
index be808fd516b..efd5b9eaab1 100644
--- a/include/usb/musb_udc.h
+++ b/include/usb/musb_udc.h
@@ -50,4 +50,8 @@ int udc_init(void);
#endif /* CONFIG_USB_TTY */
+#ifdef CONFIG_CMD_FASTBOOT
+#define EP0_MAX_PACKET_SIZE 64
+#endif /* CONFIG_FASTBOOT */
+
#endif /* __MUSB_UDC_H__ */