From af8d719bfe8854f6b3e425ebafa3fcafca875d23 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 20 Sep 2017 09:42:50 -0400 Subject: Remove STORAGE_NEEDS_ALIGN from config headers It's no longer required or used in the file code. Change-Id: I11c1bc166c91b99addca8c8d151c5eaace7a61c3 --- firmware/export/config/hifietma8.h | 2 -- firmware/export/config/hifietma8c.h | 2 -- firmware/export/config/hifietma9.h | 2 -- firmware/export/config/hifietma9c.h | 2 -- firmware/export/config/hifimanhm60x.h | 2 -- firmware/export/config/hifimanhm801.h | 2 -- firmware/export/config/ihifi760.h | 2 -- firmware/export/config/ihifi960.h | 2 -- firmware/export/config/ipod6g.h | 2 -- firmware/export/config/rk27generic.h | 2 -- 10 files changed, 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 -- cgit v1.1