Luc Verhaegen.
Fix biostar p4m80 board enable typo.

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

Signed-off-by: Luc Verhaegen <[email protected]>

Index: board_enable.c
===================================================================
--- board_enable.c      (revision 490)
+++ board_enable.c      (working copy)
@@ -612,7 +612,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

Reply via email to