diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-03-03 16:35:21 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-03-03 17:05:31 -0500 |
commit | 0f439bee9914999f4d63f7677f0604c3ecd8242b (patch) | |
tree | 693eb0fe8a27c2927eb30a13d0c7d15216663650 /firmware/export/config/ihifi770.h | |
parent | 74a3d1f5be2d364a33f37e0ad621538df1bfba4b (diff) | |
download | rockbox-0f439bee9914999f4d63f7677f0604c3ecd8242b.tar.gz rockbox-0f439bee9914999f4d63f7677f0604c3ecd8242b.zip |
ihifi: use STORAGE_WANTS_ALIGN rather than STORAGE_NEEDS_ALIGN
Change-Id: I39284194d19785e92ca641c85b03d31849b85ec9
Diffstat (limited to 'firmware/export/config/ihifi770.h')
-rw-r--r-- | firmware/export/config/ihifi770.h | 2 |
1 files changed, 1 insertions, 1 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 |