From ac040552fc865fe0c166818bf8902b0b0ea594c5 Mon Sep 17 00:00:00 2001 From: Jon Murphy Date: Fri, 20 May 2022 14:45:00 -0600 Subject: [PATCH] mb/google/guybrush: Remove TODO for ESPI functions The feature request was moved to Skyrim in the interest of time and effort. The bug was updated to reflect this, and the comment should be removed from the monkey island code base BUG=b:232952508 TEST=Builds Signed-off-by: Jon Murphy Change-Id: Id4ca43692aa56b6dba2f7acc1f924b30c1e966ab Reviewed-on: https://review.coreboot.org/c/coreboot/+/64558 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/mainboard/google/guybrush/verstage.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mainboard/google/guybrush/verstage.c b/src/mainboard/google/guybrush/verstage.c index f827fddbb8..eb94e21bc5 100644 --- a/src/mainboard/google/guybrush/verstage.c +++ b/src/mainboard/google/guybrush/verstage.c @@ -27,11 +27,6 @@ void verstage_mainboard_espi_init(void) gpios = variant_espi_gpio_table(&num_gpios); gpio_configure_pads(gpios, num_gpios); - /* - * TODO : Make common function in cezanne code and just call it - * when PCI access is fixed in the PSP (b/186602472). - * For now the PSP doesn't configure LPC so it should be fine. - */ dword = pm_io_read32(PM_SPI_PAD_PU_PD); dword |= PM_ESPI_CS_USE_DATA2; pm_io_write32(PM_SPI_PAD_PU_PD, dword);