soc/amd/picasso/bootblock: Remove duplicate sb_reset_i2c_slaves

sb_reset_i2c_slaves is called in fch_pre_init.

BUG=b:153675916
TEST=Builds on trembyle

Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I157e473984257d633ceb3ef9df45c71a31c5c00b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40867
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Raul E Rangel 2020-04-29 13:55:38 -06:00 committed by Patrick Georgi
parent f771b1669b
commit 4cf3af49ca
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ asmlinkage void bootblock_c_entry(uint64_t base_timestamp)
void bootblock_soc_early_init(void)
{
sb_reset_i2c_slaves();
fch_pre_init();
}