intel/nehalem,ibexpeak: Move enable_smbus() call

Change-Id: I6e43f7696b289ce9e0319afdcc73889ddabd4db1
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38297
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
Kyösti Mälkki 2020-01-07 12:00:31 +02:00 committed by Patrick Georgi
parent ffa520fc13
commit 8dd2d485b8
2 changed files with 1 additions and 3 deletions

View File

@ -57,9 +57,6 @@ void mainboard_romstage_entry(void)
}
}
/* Enable SMBUS. */
enable_smbus();
early_thermal_init();
timestamp_add_now(TS_BEFORE_INITRAM);

View File

@ -44,6 +44,7 @@ static void pch_default_disable(void)
void early_pch_init(void)
{
early_gpio_init();
enable_smbus();
/* TODO, make this configurable */
pch_setup_cir(NEHALEM_MOBILE);
southbridge_configure_default_intmap();