diff --git a/src/commonlib/fsp_relocate.c b/src/commonlib/fsp_relocate.c index c2c3811ace..c7c4b5a9ef 100644 --- a/src/commonlib/fsp_relocate.c +++ b/src/commonlib/fsp_relocate.c @@ -55,7 +55,7 @@ struct fsp_patch_table { uint8_t header_revision; uint8_t reserved; uint32_t patch_entry_num; - uint32_t patch_entries[0]; + uint32_t patch_entries[]; } __packed; #define FSPP_SIG 0x50505346