aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801gx/lpc.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-02-10 16:23:00 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-12 07:56:57 +0000
commit22ad95394e99f5b3cfe587515f7f6d5642c6cf27 (patch)
treee7824e4f992787c13ab192bacd86235060743fd4 /src/southbridge/intel/i82801gx/lpc.c
parent6324759784de0d32e46d8c1af5a2419744a407c9 (diff)
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>
Diffstat (limited to 'src/southbridge/intel/i82801gx/lpc.c')
-rw-r--r--src/southbridge/intel/i82801gx/lpc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/southbridge/intel/i82801gx/lpc.c b/src/southbridge/intel/i82801gx/lpc.c
index a8bc7e3fa1..a44bbf967c 100644
--- a/src/southbridge/intel/i82801gx/lpc.c
+++ b/src/southbridge/intel/i82801gx/lpc.c
@@ -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);