forked from len0rd/rockbox
jz7460: Disable IRQ-driven DMA transfers.
This greatly increases the stability of SD card write operations. (I suspect the underlying problem is not IRQ operation itself, instead being exacerbated by it..) Change-Id: Ia00f0656abd4b3cb0b1b5fc9db7c1b6a02847956
This commit is contained in:
parent
e85a3ba518
commit
1e076a7be8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
|
||||||
#define SD_DMA_ENABLE 1
|
#define SD_DMA_ENABLE 1
|
||||||
#define SD_DMA_INTERRUPT 1
|
#define SD_DMA_INTERRUPT 0
|
||||||
|
|
||||||
#if NUM_DRIVES > 2
|
#if NUM_DRIVES > 2
|
||||||
#error "JZ4760 SD driver supports NUM_DRIVES <= 2 only"
|
#error "JZ4760 SD driver supports NUM_DRIVES <= 2 only"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue