1
0
Fork 0
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:
Solomon Peachy 2021-03-27 15:02:18 -04:00
parent c96dc1c886
commit 961ffa61dd
2 changed files with 4 additions and 3 deletions

View file

@ -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)