aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2020-04-29 13:41:36 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-05-01 06:59:03 +0000
commitf771b1669bd860858ca89ef389940779d1baadb0 (patch)
treebfa2353f8f744161ab59e4f73e1c74507064f9c1 /src/soc/amd
parent89e51e6178186bce7f602007232980adc28ca510 (diff)
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>
Diffstat (limited to 'src/soc/amd')
-rw-r--r--src/soc/amd/picasso/bootblock/bootblock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/bootblock/bootblock.c b/src/soc/amd/picasso/bootblock/bootblock.c
index 6a0fd85078..56cdbd96c5 100644
--- a/src/soc/amd/picasso/bootblock/bootblock.c
+++ b/src/soc/amd/picasso/bootblock/bootblock.c
@@ -60,5 +60,4 @@ void bootblock_soc_init(void)
printk(BIOS_DEBUG, "Family_Model: %08x\n", val);
fch_early_init();
- i2c_soc_early_init();
}