[Blackfin] arch: set default value of DEB_DMA_URGENT to YES to avoid DMA aborting caused by conflict between core and DMA
Signed-off-by: Cliff Cai <cliff.cai@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
This commit is contained in:
parent
7a5f819187
commit
b8aab6f6dc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ menu "BF548 Specific Configuration"
|
||||||
config DEB_DMA_URGENT
|
config DEB_DMA_URGENT
|
||||||
bool "DMA has priority over core for ext. accesses"
|
bool "DMA has priority over core for ext. accesses"
|
||||||
depends on BF54x
|
depends on BF54x
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
Treat any DEB1, DEB2 and DEB3 request as Urgent
|
Treat any DEB1, DEB2 and DEB3 request as Urgent
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue