summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-03-03 16:35:21 -0500
committerSolomon Peachy <pizza@shaftnet.org>2021-03-03 17:05:31 -0500
commit0f439bee9914999f4d63f7677f0604c3ecd8242b (patch)
tree693eb0fe8a27c2927eb30a13d0c7d15216663650 /firmware
parent74a3d1f5be2d364a33f37e0ad621538df1bfba4b (diff)
downloadrockbox-0f439bee9914999f4d63f7677f0604c3ecd8242b.tar.gz
rockbox-0f439bee9914999f4d63f7677f0604c3ecd8242b.zip
ihifi: use STORAGE_WANTS_ALIGN rather than STORAGE_NEEDS_ALIGN
Change-Id: I39284194d19785e92ca641c85b03d31849b85ec9
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/ihifi770.h2
-rw-r--r--firmware/export/config/ihifi770c.h2
-rw-r--r--firmware/export/config/ihifi800.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config/ihifi770.h b/firmware/export/config/ihifi770.h
index 60bf4c844d..2d91c7f874 100644
--- a/firmware/export/config/ihifi770.h
+++ b/firmware/export/config/ihifi770.h
@@ -150,7 +150,7 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8
-#define STORAGE_NEEDS_ALIGN
+#define STORAGE_WANTS_ALIGN
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config/ihifi770c.h b/firmware/export/config/ihifi770c.h
index 087557e24b..05c348bfa0 100644
--- a/firmware/export/config/ihifi770c.h
+++ b/firmware/export/config/ihifi770c.h
@@ -150,7 +150,7 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8
-#define STORAGE_NEEDS_ALIGN
+#define STORAGE_WANTS_ALIGN
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config/ihifi800.h b/firmware/export/config/ihifi800.h
index be68b49abf..e4839b837a 100644
--- a/firmware/export/config/ihifi800.h
+++ b/firmware/export/config/ihifi800.h
@@ -151,7 +151,7 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8
-#define STORAGE_NEEDS_ALIGN
+#define STORAGE_WANTS_ALIGN
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ