summaryrefslogtreecommitdiff
path: root/src/mainboard/google/guybrush
diff options
context:
space:
mode:
authorKangheui Won <khwon@chromium.org>2021-05-26 13:40:21 +1000
committerWerner Zeh <werner.zeh@siemens.com>2021-06-07 05:16:06 +0000
commit32f43e0e134eded6221dd59400b2a01860c72f76 (patch)
tree24ba73c27b08a367fe243abdb63089254c363740 /src/mainboard/google/guybrush
parent7ca3ecb73a78ccced90e9f9297030b6aed1c4252 (diff)
psp_verstage: initialize i2c in soc_init
GSC is connected with AP via i2c bus so we need to enable i2c in psp_verstage. Signed-off-by: Kangheui Won <khwon@chromium.org> Change-Id: I5f7b73be67a692ea7de31ae53bd111d0e4b6998c Reviewed-on: https://review.coreboot.org/c/coreboot/+/55136 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/guybrush')
-rw-r--r--src/mainboard/google/guybrush/verstage.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/guybrush/verstage.c b/src/mainboard/google/guybrush/verstage.c
index e7543c0779..42967290b4 100644
--- a/src/mainboard/google/guybrush/verstage.c
+++ b/src/mainboard/google/guybrush/verstage.c
@@ -19,7 +19,3 @@ void verstage_mainboard_early_init(void)
{
setup_gpio();
}
-
-void verstage_mainboard_init(void)
-{
-}