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);