diff options
-rw-r--r-- | src/soc/intel/common/block/smm/smihandler.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/smm/smihandler.c b/src/soc/intel/common/block/smm/smihandler.c index 2c3364ab06..ff87d71e4f 100644 --- a/src/soc/intel/common/block/smm/smihandler.c +++ b/src/soc/intel/common/block/smm/smihandler.c @@ -241,8 +241,6 @@ void smihandler_southbridge_sleep( break; } - /* Tri-state specific GPIOS to avoid leakage during S3/S5 */ - /* * Write back to the SLP register to cause the originally intended * event again. We need to set BIT13 (SLP_EN) though to make the |