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:
parent
bb0ab9e531
commit
9ce59742b7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue