forked from len0rd/rockbox
ipod6g: Turn on STORAGE_NEEDS_BOUNCE_BUFFER
The s5l8702's ATA controller can only DMA in/out of cacheline- aligned buffers. The more general buffering code already ensures its buffers are aligned, but this covers the rest of the users of the general I/O path. Change-Id: Iae54d98797efb61756cb73e3901308775a0c5e52
This commit is contained in:
parent
b8d2ba3fc4
commit
127b583a4d
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
||||||
/* define this if you use an ATA controller */
|
/* define this if you use an ATA controller */
|
||||||
#define CONFIG_STORAGE STORAGE_ATA
|
#define CONFIG_STORAGE STORAGE_ATA
|
||||||
|
|
||||||
|
#define STORAGE_NEEDS_BOUNCE_BUFFER
|
||||||
|
|
||||||
#define HAVE_ATA_DMA
|
#define HAVE_ATA_DMA
|
||||||
#define ATA_MAX_UDMA 4
|
#define ATA_MAX_UDMA 4
|
||||||
#define ATA_MAX_MWDMA 2
|
#define ATA_MAX_MWDMA 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue