summaryrefslogtreecommitdiffstats
path: root/firmware/target/mips
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-03-27 15:02:18 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-03-27 15:02:18 -0400
commit961ffa61dd9126d9f6a01a88a26cac3e7bc87657 (patch)
treee34ee1078fe1bed828f1caf8989486e5646ed7ed /firmware/target/mips
parentc96dc1c886b9737a3886961212fabab76551919f (diff)
downloadrockbox-961ffa61dd9126d9f6a01a88a26cac3e7bc87657.tar.gz
rockbox-961ffa61dd9126d9f6a01a88a26cac3e7bc87657.zip
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
Diffstat (limited to 'firmware/target/mips')
-rw-r--r--firmware/target/mips/ingenic_jz47xx/system-target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/mips/ingenic_jz47xx/system-target.h b/firmware/target/mips/ingenic_jz47xx/system-target.h
index 862ec403d2..2725944452 100644
--- a/firmware/target/mips/ingenic_jz47xx/system-target.h
+++ b/firmware/target/mips/ingenic_jz47xx/system-target.h
@@ -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)