From 27ce8f83684bc7c0b1d2181e12eab82c2d47f72b Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Wed, 20 Nov 2013 16:42:01 +0000 Subject: [PATCH] Add USB_HOST_ALIGN=64; the cache line size on the am335x is 64 bytes. --- sys/arm/conf/BEAGLEBONE | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/arm/conf/BEAGLEBONE b/sys/arm/conf/BEAGLEBONE index 272d3e82f509..3c6bebb25eae 100644 --- a/sys/arm/conf/BEAGLEBONE +++ b/sys/arm/conf/BEAGLEBONE @@ -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