summaryrefslogtreecommitdiff
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
parent5f4de5bf48adea1a6bf514dae9e455b046c50744 (diff)
downloadrockbox-af8d719bfe8854f6b3e425ebafa3fcafca875d23.zip
rockbox-af8d719bfe8854f6b3e425ebafa3fcafca875d23.tar.gz
rockbox-af8d719bfe8854f6b3e425ebafa3fcafca875d23.tar.bz2
rockbox-af8d719bfe8854f6b3e425ebafa3fcafca875d23.tar.xz
Remove STORAGE_NEEDS_ALIGN from config headers
It's no longer required or used in the file code. Change-Id: I11c1bc166c91b99addca8c8d151c5eaace7a61c3
-rw-r--r--firmware/export/config/hifietma8.h2
-rw-r--r--firmware/export/config/hifietma8c.h2
-rw-r--r--firmware/export/config/hifietma9.h2
-rw-r--r--firmware/export/config/hifietma9c.h2
-rw-r--r--firmware/export/config/hifimanhm60x.h2
-rw-r--r--firmware/export/config/hifimanhm801.h2
-rw-r--r--firmware/export/config/ihifi760.h2
-rw-r--r--firmware/export/config/ihifi960.h2
-rw-r--r--firmware/export/config/ipod6g.h2
-rw-r--r--firmware/export/config/rk27generic.h2
10 files changed, 0 insertions, 20 deletions
diff --git a/firmware/export/config/hifietma8.h b/firmware/export/config/hifietma8.h
index 53aee99..0cd63f9 100644
--- a/firmware/export/config/hifietma8.h
+++ b/firmware/export/config/hifietma8.h
@@ -140,8 +140,6 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8
-#define STORAGE_NEEDS_ALIGN
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config/hifietma8c.h b/firmware/export/config/hifietma8c.h
index bc49701..0fc93ab 100644
--- a/firmware/export/config/hifietma8c.h
+++ b/firmware/export/config/hifietma8c.h
@@ -140,8 +140,6 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8
-#define STORAGE_NEEDS_ALIGN
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config/hifietma9.h b/firmware/export/config/hifietma9.h
index 81eedb3..c7a206f 100644
--- a/firmware/export/config/hifietma9.h
+++ b/firmware/export/config/hifietma9.h
@@ -140,8 +140,6 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8
-#define STORAGE_NEEDS_ALIGN
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config/hifietma9c.h b/firmware/export/config/hifietma9c.h
index 21106c7..ff312aa 100644
--- a/firmware/export/config/hifietma9c.h
+++ b/firmware/export/config/hifietma9c.h
@@ -140,8 +140,6 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8
-#define STORAGE_NEEDS_ALIGN
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config/hifimanhm60x.h b/firmware/export/config/hifimanhm60x.h
index 433b2c4..9cb9713 100644
--- a/firmware/export/config/hifimanhm60x.h
+++ b/firmware/export/config/hifimanhm60x.h
@@ -174,8 +174,6 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8
-#define STORAGE_NEEDS_ALIGN
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config/hifimanhm801.h b/firmware/export/config/hifimanhm801.h
index 9b4feea..023b532 100644
--- a/firmware/export/config/hifimanhm801.h
+++ b/firmware/export/config/hifimanhm801.h
@@ -162,8 +162,6 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8
-#define STORAGE_NEEDS_ALIGN
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config/ihifi760.h b/firmware/export/config/ihifi760.h
index e618c1b..3e6d3e8 100644
--- a/firmware/export/config/ihifi760.h
+++ b/firmware/export/config/ihifi760.h
@@ -174,8 +174,6 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8
-#define STORAGE_NEEDS_ALIGN
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config/ihifi960.h b/firmware/export/config/ihifi960.h
index d39ef82..99c1fcd 100644
--- a/firmware/export/config/ihifi960.h
+++ b/firmware/export/config/ihifi960.h
@@ -174,8 +174,6 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8
-#define STORAGE_NEEDS_ALIGN
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h
index 7664fd4..665e1f9 100644
--- a/firmware/export/config/ipod6g.h
+++ b/firmware/export/config/ipod6g.h
@@ -197,8 +197,6 @@
#define SECTOR_SIZE 4096
-#define STORAGE_NEEDS_ALIGN
-
#define HAVE_ATA_SMART
/* define this if the device has larger sectors when accessed via USB */
diff --git a/firmware/export/config/rk27generic.h b/firmware/export/config/rk27generic.h
index 786ac28..503857b 100644
--- a/firmware/export/config/rk27generic.h
+++ b/firmware/export/config/rk27generic.h
@@ -182,8 +182,6 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8
-#define STORAGE_NEEDS_ALIGN
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ