Commit b8aab6f6 authored by Cliff Cai's avatar Cliff Cai Committed by Bryan Wu

[Blackfin] arch: set default value of DEB_DMA_URGENT to YES to avoid DMA...

[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: default avatarCliff Cai <cliff.cai@analog.com>
Signed-off-by: default avatarBryan Wu <bryan.wu@analog.com>
parent 7a5f8191
......@@ -7,7 +7,7 @@ menu "BF548 Specific Configuration"
config DEB_DMA_URGENT
bool "DMA has priority over core for ext. accesses"
depends on BF54x
default n
default y
help
Treat any DEB1, DEB2 and DEB3 request as Urgent
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment