mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
iPod Classic: use uncached memory for USB driver
Change-Id: I0e72b4a452a17ec894c975dfee4baee878113ff8
This commit is contained in:
parent
00bda90a21
commit
2d23c0310e
1 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,10 @@
|
|||
#define UNCACHED_ADDR AS3525_UNCACHED_ADDR
|
||||
#define PHYSICAL_ADDR AS3525_PHYSICAL_ADDR
|
||||
static inline void discard_dma_buffer_cache(void) {}
|
||||
#elif CONFIG_CPU == S5L8702
|
||||
#define UNCACHED_ADDR S5L8702_UNCACHED_ADDR
|
||||
#define PHYSICAL_ADDR S5L8702_PHYSICAL_ADDR
|
||||
static inline void discard_dma_buffer_cache(void) {}
|
||||
#else
|
||||
#define UNCACHED_ADDR
|
||||
#define PHYSICAL_ADDR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue