nb/intel/sandybridge: Don't add SMBIOS Table 17 entries on resume

Change-Id: Icac6e696efa1721933a1963b45d608d9ae735149
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/28589
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Nathaniel Roach <nroach44@gmail.com>
Reviewed-by: Evgeny Zinoviev <me@ch1p.com>
This commit is contained in:
Nico Huber 2018-09-13 10:52:44 +02:00 committed by Felix Held
parent bb0ab9e531
commit 9ce59742b7
1 changed files with 2 additions and 1 deletions

View File

@ -437,7 +437,8 @@ static void init_dram_ddr3(int min_tck, int s3resume)
halt();
}
fill_smbios17(&ctrl);
if (!s3resume)
fill_smbios17(&ctrl);
}
void perform_raminit(int s3resume)