summaryrefslogtreecommitdiff
path: root/src/superio/winbond
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-08-13 14:04:49 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-08-13 15:39:29 +0000
commitfd9f4f702c0c3e0c234d3cbec0c675173a528810 (patch)
tree5215b3da9d0ebe0c7698d5fac3d593c58969c47d /src/superio/winbond
parent65bb5434f6eb9e1f0f72a52958193b38057cfad7 (diff)
downloadcoreboot-fd9f4f702c0c3e0c234d3cbec0c675173a528810.tar.xz
superio/winbond/w83627hf: Remove unused value
Change-Id: I90d1997254f6766f4c61ff55449109adbdd783e3 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/28058 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/superio/winbond')
-rw-r--r--src/superio/winbond/w83627hf/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83627hf/superio.c b/src/superio/winbond/w83627hf/superio.c
index 733dc359f4..21c3016327 100644
--- a/src/superio/winbond/w83627hf/superio.c
+++ b/src/superio/winbond/w83627hf/superio.c
@@ -40,7 +40,7 @@ static void enable_hwm_smbus(struct device *dev)
static void init_acpi(struct device *dev)
{
- u8 value = 0x20; /* FIXME: The 0x20 value here is never used? */
+ u8 value;
int power_on = 1;
get_option(&power_on, "power_on_after_fail");