From 0f439bee9914999f4d63f7677f0604c3ecd8242b Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 3 Mar 2021 16:35:21 -0500 Subject: ihifi: use STORAGE_WANTS_ALIGN rather than STORAGE_NEEDS_ALIGN Change-Id: I39284194d19785e92ca641c85b03d31849b85ec9 --- firmware/export/config/ihifi770.h | 2 +- firmware/export/config/ihifi770c.h | 2 +- firmware/export/config/ihifi800.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/export/config/ihifi770.h b/firmware/export/config/ihifi770.h index 60bf4c844d..2d91c7f874 100644 --- a/firmware/export/config/ihifi770.h +++ b/firmware/export/config/ihifi770.h @@ -150,7 +150,7 @@ /* Offset ( in the firmware file's header ) to the real data */ #define FIRMWARE_OFFSET_FILE_DATA 8 -#define STORAGE_NEEDS_ALIGN +#define STORAGE_WANTS_ALIGN /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ diff --git a/firmware/export/config/ihifi770c.h b/firmware/export/config/ihifi770c.h index 087557e24b..05c348bfa0 100644 --- a/firmware/export/config/ihifi770c.h +++ b/firmware/export/config/ihifi770c.h @@ -150,7 +150,7 @@ /* Offset ( in the firmware file's header ) to the real data */ #define FIRMWARE_OFFSET_FILE_DATA 8 -#define STORAGE_NEEDS_ALIGN +#define STORAGE_WANTS_ALIGN /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ diff --git a/firmware/export/config/ihifi800.h b/firmware/export/config/ihifi800.h index be68b49abf..e4839b837a 100644 --- a/firmware/export/config/ihifi800.h +++ b/firmware/export/config/ihifi800.h @@ -151,7 +151,7 @@ /* Offset ( in the firmware file's header ) to the real data */ #define FIRMWARE_OFFSET_FILE_DATA 8 -#define STORAGE_NEEDS_ALIGN +#define STORAGE_WANTS_ALIGN /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ -- cgit