Fixed the typo should indeed be a 0x2e.

Tested on an iWILL DK8-HTX board.

Signed-off-by: Mondrian nuessle <nuessle@uni-hd.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4086 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Mondrian nuessle 2009-04-09 14:28:36 +00:00 committed by Ronald G. Minnich
parent 013c7cfab5
commit 712f325237
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}
/**