sb/intel/x/lpc.c: Drop commented-out gpio_init call

Change-Id: I4255c63f87e8243237204ac86eb85e34b5aaa225
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50491
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
Angel Pons
2021-02-10 16:23:00 +01:00
committed by Patrick Georgi
parent 6324759784
commit 22ad95394e
3 changed files with 0 additions and 9 deletions

View File

@@ -335,9 +335,6 @@ static void lpc_init(struct device *dev)
/* Configure Cx state registers */
i82801gx_configure_cstates(dev);
/* Set the state of the GPIO lines. */
//gpio_init(dev);
/* Initialize the real time clock. */
i82801gx_rtc_init(dev);