Put ARM_USE_V6_BUSDMA into the SAM9G20EK reference kernel to try to

track down the unaligned I/O issues we have with at least USB on that
platform.
This commit is contained in:
imp 2017-06-18 21:03:53 +00:00
parent c67895a787
commit 0f40a1ab59

View File

@ -35,6 +35,8 @@ options SOCDEV_VA=0xdc000000
hints "SAM9G20EK.hints" hints "SAM9G20EK.hints"
makeoptions MODULES_OVERRIDE="" makeoptions MODULES_OVERRIDE=""
options ARM_USE_V6_BUSDMA # Use v6 to track down unaligned I/O issues
options SCHED_4BSD # 4BSD scheduler options SCHED_4BSD # 4BSD scheduler
options INET # InterNETworking options INET # InterNETworking
#options INET6 # IPv6 communications protocols #options INET6 # IPv6 communications protocols