[OpenBIOS] r589 - dev/olpc/spiflash

svn at openbios.org svn at openbios.org
Fri Aug 31 03:04:08 CEST 2007


Author: wmb
Date: 2007-08-31 03:04:08 +0200 (Fri, 31 Aug 2007)
New Revision: 589

Modified:
   dev/olpc/spiflash/spiflash.fth
Log:
OLPC spiflash.fth - fixed a stack comment - no substantive change.


Modified: dev/olpc/spiflash/spiflash.fth
===================================================================
--- dev/olpc/spiflash/spiflash.fth	2007-08-31 01:03:19 UTC (rev 588)
+++ dev/olpc/spiflash/spiflash.fth	2007-08-31 01:04:08 UTC (rev 589)
@@ -31,7 +31,7 @@
 
 \ For some commands, a 3-byte address follows the command code
 
-: spi-adr  ( adr cmd -- )
+: spi-adr  ( adr -- )
    lbsplit drop  spi-out  spi-out  spi-out
 ;
 




More information about the OpenBIOS mailing list