Skip to content

Commit

Permalink
[Blackfin] arch: set default value of DEB_DMA_URGENT to YES to avoid …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Cliff Cai authored and Bryan Wu committed Dec 24, 2007
1 parent 7a5f819 commit b8aab6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf548/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b8aab6f

Please sign in to comment.