nb/intel/nehalem: Only enable_smbus once

This is already done in nb/intel/nehalem/romstage.c.

Change-Id: I2dc34af874ac96af31ca9ebe6a43b2805da32d18
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36039
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
Arthur Heymans 2019-10-14 18:59:44 +02:00 committed by Patrick Georgi
parent 2878c0b6dc
commit 7689a0f792
1 changed files with 0 additions and 3 deletions

View File

@ -3766,9 +3766,6 @@ void raminit(const int s3resume, const u8 *spd_addrmap)
collect_system_info(&info);
/* Enable SMBUS. */
enable_smbus();
memset(&info.populated_ranks, 0, sizeof(info.populated_ranks));
info.use_ecc = 1;