Author: libv Date: 2009-05-25 13:35:25 +0200 (Mon, 25 May 2009) New Revision: 546
Modified: trunk/board_enable.c Log: Biostar p4m80 board enable typo. Obvious typo due to inb/outb versus wbsio_ argument ordering confusion. Signed-off-by: Luc Verhaegen <[email protected]> Acked-by: Uwe Hermann <[email protected]> Modified: trunk/board_enable.c =================================================================== --- trunk/board_enable.c 2009-05-23 00:56:49 UTC (rev 545) +++ trunk/board_enable.c 2009-05-25 11:35:25 UTC (rev 546) @@ -609,7 +609,7 @@ wbsio_mask(0x2e, 0x24, 0x04, 0x04); /* exit IT87xx conf mode */ - wbsio_write(0x2, 0x2e, 0x2); + wbsio_write(0x2e, 0x02, 0x02); return 0; } -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

