ihifi: use STORAGE_WANTS_ALIGN rather than STORAGE_NEEDS_ALIGN

Change-Id: I39284194d19785e92ca641c85b03d31849b85ec9
This commit is contained in:
Solomon Peachy 2021-03-03 16:35:21 -05:00
parent 74a3d1f5be
commit 0f439bee99
3 changed files with 3 additions and 3 deletions

View file

@ -150,7 +150,7 @@
/* Offset ( in the firmware file's header ) to the real data */ /* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8 #define FIRMWARE_OFFSET_FILE_DATA 8
#define STORAGE_NEEDS_ALIGN #define STORAGE_WANTS_ALIGN
/* Define this if you have adjustable CPU frequency */ /* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ #define HAVE_ADJUSTABLE_CPU_FREQ

View file

@ -150,7 +150,7 @@
/* Offset ( in the firmware file's header ) to the real data */ /* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8 #define FIRMWARE_OFFSET_FILE_DATA 8
#define STORAGE_NEEDS_ALIGN #define STORAGE_WANTS_ALIGN
/* Define this if you have adjustable CPU frequency */ /* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ #define HAVE_ADJUSTABLE_CPU_FREQ

View file

@ -151,7 +151,7 @@
/* Offset ( in the firmware file's header ) to the real data */ /* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8 #define FIRMWARE_OFFSET_FILE_DATA 8
#define STORAGE_NEEDS_ALIGN #define STORAGE_WANTS_ALIGN
/* Define this if you have adjustable CPU frequency */ /* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ #define HAVE_ADJUSTABLE_CPU_FREQ