mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
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 <nuessle@uni-hd.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
d5df3308e1
commit
197d6cdc16
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user