nb/intel/sandybridge/raminit_mrc.c: Use semicolon instead of comma

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: I15d7e2f30b054d14009761006a2f89f45e001118
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65838
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes Haouas 2022-07-13 18:47:27 +02:00 committed by Martin L Roth
parent 6c42fa20f6
commit 24f4e97dd4
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ void perform_raminit(int s3resume)
enable_usb_bar();
memset(&pei_data, 0, sizeof(pei_data));
pei_data.pei_version = PEI_VERSION,
pei_data.pei_version = PEI_VERSION;
northbridge_fill_pei_data(&pei_data);
southbridge_fill_pei_data(&pei_data);