[coreboot] [PATCH] flashrom: fix typo in p4m80 board enable.

Luc Verhaegen libv at skynet.be
Sat May 9 17:49:19 CEST 2009


Luc Verhaegen.
-------------- next part --------------
Fix 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>

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


More information about the coreboot mailing list