Commit 1fa38626 authored by Luc Verhaegen's avatar Luc Verhaegen
Browse files

Biostar p4m80 board enable typo


Obvious typo due to inb/outb versus wbsio_ argument ordering confusion.

Corresponding to flashrom svn r546.
Signed-off-by: default avatarLuc Verhaegen <libv@skynet.be>
Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
parent ab60a431
......@@ -609,7 +609,7 @@ static int board_biostar_p4m80_m4(const char *name)
wbsio_mask(0x2e, 0x24, 0x04, 0x04);
/* exit IT87xx conf mode */
wbsio_write(0x2, 0x2e, 0x2);
wbsio_write(0x2e, 0x02, 0x02);
return 0;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment