Add USB_HOST_ALIGN=64; the cache line size on the am335x is 64 bytes.

This commit is contained in:
Ian Lepore 2013-11-20 16:42:01 +00:00
parent db87bba4c7
commit 27ce8f8368
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258393

View File

@ -104,6 +104,7 @@ device gpio
# USB support
device usb
options USB_HOST_ALIGN=64 # Cacheline size is 64 on AM335x.
options USB_DEBUG
#options USB_REQ_DEBUG
#options USB_VERBOSE