mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 10:06:25 +01:00
Add USB_HOST_ALIGN=64; the cache line size on the am335x is 64 bytes.
This commit is contained in:
parent
db87bba4c7
commit
27ce8f8368
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258393
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user