[coreboot] [flashrom] r546 - trunk

svn at coreboot.org svn at coreboot.org
Mon May 25 13:35:25 CEST 2009


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 <libv at skynet.be>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>


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;
 }





More information about the coreboot mailing list