[openfirmware] r1306 - dev/olpc/spiflash

svn at openfirmware.info svn at openfirmware.info
Thu Aug 20 08:21:29 CEST 2009


Author: wmb
Date: 2009-08-20 08:21:29 +0200 (Thu, 20 Aug 2009)
New Revision: 1306

Modified:
   dev/olpc/spiflash/flashif.fth
Log:
Fixed a typo in flashif.fth that was causing an undefined variable.





Modified: dev/olpc/spiflash/flashif.fth
===================================================================
--- dev/olpc/spiflash/flashif.fth	2009-08-20 06:20:52 UTC (rev 1305)
+++ dev/olpc/spiflash/flashif.fth	2009-08-20 06:21:29 UTC (rev 1306)
@@ -7,7 +7,7 @@
 defer flash-read           ( adr len offset -- )
 defer flash-verify         ( adr len offset -- mismatch? )
 defer flash-erase-block    ( offset -- )
-h# 10.0000 value /flash-block
+h# 10.0000 value /flash
 h# 10000 value /flash-block
 
 \ LICENSE_BEGIN




More information about the openfirmware mailing list