sb/amd/cimx/sb800: Remove unused and unsafe macro

The `IMAGE_ALIGN` macro is unsafe because its value is compound and is
not enclosed in parentheses, which can cause operation order problems.
However, as this macro is unused, remove it instead of fixing it.

Change-Id: I099c291f44d5a2c9d32c9ff071374016ed27eee8
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65930
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
Angel Pons 2022-07-17 10:51:41 +02:00 committed by Felix Held
parent 616be8cd1f
commit 30fce518f6
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
#pragma pack(push, 1) #pragma pack(push, 1)
#define IMAGE_ALIGN 32 * 1024
#define NUM_IMAGE_LOCATION 32 #define NUM_IMAGE_LOCATION 32
//Entry Point Call //Entry Point Call