summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-07-13 18:47:27 +0200
committerMartin L Roth <gaumless@tutanota.com>2022-07-17 21:34:52 +0000
commit24f4e97dd4bfb2993e11de7d88c30455e941f330 (patch)
treec57d2a209410a4cd43fde41e6fa78baa676f514d /src/northbridge/intel
parent6c42fa20f60456dce677674d6a91c542ab00faa7 (diff)
downloadcoreboot-24f4e97dd4bfb2993e11de7d88c30455e941f330.tar.gz
coreboot-24f4e97dd4bfb2993e11de7d88c30455e941f330.tar.bz2
coreboot-24f4e97dd4bfb2993e11de7d88c30455e941f330.zip
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>
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r--src/northbridge/intel/sandybridge/raminit_mrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/sandybridge/raminit_mrc.c b/src/northbridge/intel/sandybridge/raminit_mrc.c
index a30525ed30ce..c276d4c60959 100644
--- a/src/northbridge/intel/sandybridge/raminit_mrc.c
+++ b/src/northbridge/intel/sandybridge/raminit_mrc.c
@@ -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);