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/ihifi800.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config/ihifi800.h') 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 v1.2.3