summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-03-25 12:23:06 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-03-25 12:23:06 -0400
commit7652e6f8dfc1c19876e6c897bc1e7c9a556f58a2 (patch)
tree6eb25ed24c0d6f993b7ec91010972be104300803 /firmware
parentd5cc74ebd86a753547349cefcea3ed552e94c5dd (diff)
downloadrockbox-7652e6f8dfc1c19876e6c897bc1e7c9a556f58a2.tar.gz
rockbox-7652e6f8dfc1c19876e6c897bc1e7c9a556f58a2.zip
rk27xx: Get rid of duplicate STORAGE_WANTS_ALIGN
Change-Id: I278d42858cc33da3710c8ca8f42d14c6d57509ca
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, 0 insertions, 6 deletions
diff --git a/firmware/export/config/ihifi770.h b/firmware/export/config/ihifi770.h
index 2d91c7f874..f6bc747bc6 100644
--- a/firmware/export/config/ihifi770.h
+++ b/firmware/export/config/ihifi770.h
@@ -150,8 +150,6 @@
150/* Offset ( in the firmware file's header ) to the real data */ 150/* Offset ( in the firmware file's header ) to the real data */
151#define FIRMWARE_OFFSET_FILE_DATA 8 151#define FIRMWARE_OFFSET_FILE_DATA 8
152 152
153#define STORAGE_WANTS_ALIGN
154
155/* Define this if you have adjustable CPU frequency */ 153/* Define this if you have adjustable CPU frequency */
156#define HAVE_ADJUSTABLE_CPU_FREQ 154#define HAVE_ADJUSTABLE_CPU_FREQ
157 155
diff --git a/firmware/export/config/ihifi770c.h b/firmware/export/config/ihifi770c.h
index 05c348bfa0..82f12c968b 100644
--- a/firmware/export/config/ihifi770c.h
+++ b/firmware/export/config/ihifi770c.h
@@ -150,8 +150,6 @@
150/* Offset ( in the firmware file's header ) to the real data */ 150/* Offset ( in the firmware file's header ) to the real data */
151#define FIRMWARE_OFFSET_FILE_DATA 8 151#define FIRMWARE_OFFSET_FILE_DATA 8
152 152
153#define STORAGE_WANTS_ALIGN
154
155/* Define this if you have adjustable CPU frequency */ 153/* Define this if you have adjustable CPU frequency */
156#define HAVE_ADJUSTABLE_CPU_FREQ 154#define HAVE_ADJUSTABLE_CPU_FREQ
157 155
diff --git a/firmware/export/config/ihifi800.h b/firmware/export/config/ihifi800.h
index e4839b837a..ac58029216 100644
--- a/firmware/export/config/ihifi800.h
+++ b/firmware/export/config/ihifi800.h
@@ -151,8 +151,6 @@
151/* Offset ( in the firmware file's header ) to the real data */ 151/* Offset ( in the firmware file's header ) to the real data */
152#define FIRMWARE_OFFSET_FILE_DATA 8 152#define FIRMWARE_OFFSET_FILE_DATA 8
153 153
154#define STORAGE_WANTS_ALIGN
155
156/* Define this if you have adjustable CPU frequency */ 154/* Define this if you have adjustable CPU frequency */
157#define HAVE_ADJUSTABLE_CPU_FREQ 155#define HAVE_ADJUSTABLE_CPU_FREQ
158 156