summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-10-14 18:59:44 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-10-17 15:02:46 +0000
commit7689a0f7921d49a8e8f68f7c054881b13a642450 (patch)
tree9dfd9ac63d388150c6e3ebe6879677baf4942dda /src
parent2878c0b6dcc4d0dd9e0823cb63e9258f8b3655dc (diff)
downloadcoreboot-7689a0f7921d49a8e8f68f7c054881b13a642450.tar.xz
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>
Diffstat (limited to 'src')
-rw-r--r--src/northbridge/intel/nehalem/raminit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/northbridge/intel/nehalem/raminit.c b/src/northbridge/intel/nehalem/raminit.c
index c887de1d98..1fca4c487b 100644
--- a/src/northbridge/intel/nehalem/raminit.c
+++ b/src/northbridge/intel/nehalem/raminit.c
@@ -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;