summaryrefslogtreecommitdiff
path: root/firmware/export/config/hifietma9.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2017-09-20 09:42:50 -0400
committerMichael Sevakis <jethead71@rockbox.org>2017-09-20 09:44:04 -0400
commitaf8d719bfe8854f6b3e425ebafa3fcafca875d23 (patch)
tree9cd0da7f4c320d1cba1c55f21000b7fef0ee1191 /firmware/export/config/hifietma9.h
parent5f4de5bf48adea1a6bf514dae9e455b046c50744 (diff)
downloadrockbox-af8d719bfe8854f6b3e425ebafa3fcafca875d23.tar.gz
rockbox-af8d719bfe8854f6b3e425ebafa3fcafca875d23.zip
Remove STORAGE_NEEDS_ALIGN from config headers
It's no longer required or used in the file code. Change-Id: I11c1bc166c91b99addca8c8d151c5eaace7a61c3
Diffstat (limited to 'firmware/export/config/hifietma9.h')
-rw-r--r--firmware/export/config/hifietma9.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/config/hifietma9.h b/firmware/export/config/hifietma9.h
index 81eedb3421..c7a206f0f4 100644
--- a/firmware/export/config/hifietma9.h
+++ b/firmware/export/config/hifietma9.h
@@ -140,8 +140,6 @@
140/* Offset ( in the firmware file's header ) to the real data */ 140/* Offset ( in the firmware file's header ) to the real data */
141#define FIRMWARE_OFFSET_FILE_DATA 8 141#define FIRMWARE_OFFSET_FILE_DATA 8
142 142
143#define STORAGE_NEEDS_ALIGN
144
145/* Define this if you have adjustable CPU frequency */ 143/* Define this if you have adjustable CPU frequency */
146#define HAVE_ADJUSTABLE_CPU_FREQ 144#define HAVE_ADJUSTABLE_CPU_FREQ
147 145