aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom/board_enable.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/flashrom/board_enable.c')
-rw-r--r--util/flashrom/board_enable.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/flashrom/board_enable.c b/util/flashrom/board_enable.c
index 00af1e87da..7509bee84f 100644
--- a/util/flashrom/board_enable.c
+++ b/util/flashrom/board_enable.c
@@ -106,8 +106,7 @@ static int w83627hf_gpio24_raise(uint16_t index, const char *name)
static int w83627hf_gpio24_raise_2e(const char *name)
{
- /* TODO: Typo? Shouldn't this be 0x2e? */
- return w83627hf_gpio24_raise(0x2d, name);
+ return w83627hf_gpio24_raise(0x2e, name);
}
/**