Fixed the typo should indeed be a 0x2e.
Tested on an iWILL DK8-HTX board.

Signed-off-by: Mondrian nuessle <nuessle@uni-hd.de>

Index: flashrom/board_enable.c
===================================================================
--- flashrom/board_enable.c	(revision 4085)
+++ flashrom/board_enable.c	(working copy)
@@ -106,8 +106,7 @@
 
 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);
 }
 
 /**

