[openfirmware] [commit] r3588 - cpu/x86/pc/olpc

repository service svn at openfirmware.info
Tue Mar 5 06:05:17 CET 2013


Author: quozl
Date: Tue Mar  5 06:05:16 2013
New Revision: 3588
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3588

Log:
OLPC - change name of flag variable, to avoid having it look like a verb, in r3584.

Modified:
   cpu/x86/pc/olpc/setwp.fth

Modified: cpu/x86/pc/olpc/setwp.fth
==============================================================================
--- cpu/x86/pc/olpc/setwp.fth	Tue Mar  5 06:04:54 2013	(r3587)
+++ cpu/x86/pc/olpc/setwp.fth	Tue Mar  5 06:05:16 2013	(r3588)
@@ -71,13 +71,13 @@
 [then]
 
 \ Write mfg data from RAM to FLASH
-true value commit-tag
-: tags(  false to commit-tag  ;
+true value autocommit?
+: tags(  false to autocommit?  ;
 : )tags  ?sync-ec  spi-reprogrammed  ;
 : put-mfg-data  ( -- )
    spi-start spi-identify
    (put-mfg-data)
-   commit-tag  if  )tags  then
+   autocommit?  if  )tags  then
 ;
 
 \ Find RAM address of tag, given FLASH address



More information about the openfirmware mailing list