From 7652e6f8dfc1c19876e6c897bc1e7c9a556f58a2 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 25 Mar 2021 12:23:06 -0400 Subject: [PATCH] rk27xx: Get rid of duplicate STORAGE_WANTS_ALIGN Change-Id: I278d42858cc33da3710c8ca8f42d14c6d57509ca --- firmware/export/config/ihifi770.h | 2 -- firmware/export/config/ihifi770c.h | 2 -- firmware/export/config/ihifi800.h | 2 -- 3 files changed, 6 deletions(-) diff --git a/firmware/export/config/ihifi770.h b/firmware/export/config/ihifi770.h index 2d91c7f874..f6bc747bc6 100644 --- a/firmware/export/config/ihifi770.h +++ b/firmware/export/config/ihifi770.h @@ -150,8 +150,6 @@ /* Offset ( in the firmware file's header ) to the real data */ #define FIRMWARE_OFFSET_FILE_DATA 8 -#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 05c348bfa0..82f12c968b 100644 --- a/firmware/export/config/ihifi770c.h +++ b/firmware/export/config/ihifi770c.h @@ -150,8 +150,6 @@ /* Offset ( in the firmware file's header ) to the real data */ #define FIRMWARE_OFFSET_FILE_DATA 8 -#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 e4839b837a..ac58029216 100644 --- a/firmware/export/config/ihifi800.h +++ b/firmware/export/config/ihifi800.h @@ -151,8 +151,6 @@ /* Offset ( in the firmware file's header ) to the real data */ #define FIRMWARE_OFFSET_FILE_DATA 8 -#define STORAGE_WANTS_ALIGN - /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ