From 197d6cdc16f3d8860e974c4166961ec89562d839 Mon Sep 17 00:00:00 2001 From: Mondrian nuessle Date: Thu, 9 Apr 2009 14:28:36 +0000 Subject: Fix the typo should indeed be a 0x2e Tested on an iWILL DK8-HTX board. Corresponding to flashrom svn r424 and coreboot v2 svn r4086. Signed-off-by: Mondrian nuessle Acked-by: Ronald G. Minnich --- board_enable.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'board_enable.c') diff --git a/board_enable.c b/board_enable.c index 00af1e8..7509bee 100644 --- a/board_enable.c +++ b/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); } /** -- cgit v1.1