soc/amd/picasso/bootblock/bootblock: Remove duplicate i2c init

fch_early_init already calls i2c_soc_early_init().

BUG=b:153675916
TEST=Boot trembyle and only see 1 i2c initialization message

Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I689616fb617904df1781be3abe9d1dc580608173
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40866
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:41:36 -06:00 committed by Patrick Georgi
parent 89e51e6178
commit f771b1669b
1 changed files with 0 additions and 1 deletions

View File

@ -60,5 +60,4 @@ void bootblock_soc_init(void)
printk(BIOS_DEBUG, "Family_Model: %08x\n", val);
fch_early_init();
i2c_soc_early_init();
}