forked from len0rd/rockbox
Use STORAGE_NEEDS_BOUNCE_BUFFER instead of STORAGE_NEEDS_ALIGN
Enable its use in the jz47xx MIPS targets. (accidently committed g#3249 before making these changes) Change-Id: I1791946f632901f0c7a94b04b009671aa0d71717
This commit is contained in:
parent
c96dc1c886
commit
961ffa61dd
2 changed files with 4 additions and 3 deletions
|
|
@ -38,6 +38,7 @@
|
|||
#define NEED_GENERIC_BYTESWAPS
|
||||
|
||||
#define STORAGE_WANTS_ALIGN
|
||||
#define STORAGE_NEEDS_BOUNCE_BUFFER
|
||||
|
||||
/* This one returns the old status */
|
||||
static inline int set_interrupt_status(int status, int mask)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue