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:
parent
c67895a787
commit
0f40a1ab59
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user