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:
parent
f771b1669b
commit
4cf3af49ca
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue