[openfirmware] [commit] r3396 - dev/olpc/spiflash

repository service svn at openfirmware.info
Tue Oct 30 06:13:31 CET 2012


Author: quozl
Date: Tue Oct 30 06:13:31 2012
New Revision: 3396
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3396

Log:
spiflash - fix for r3392, incorrect id

Modified:
   dev/olpc/spiflash/spiflash.fth

Modified: dev/olpc/spiflash/spiflash.fth
==============================================================================
--- dev/olpc/spiflash/spiflash.fth	Tue Oct 30 05:44:48 2012	(r3395)
+++ dev/olpc/spiflash/spiflash.fth	Tue Oct 30 06:13:31 2012	(r3396)
@@ -314,8 +314,8 @@
       h# 14  of  ['] common-write  1mb-flash
          jedec-id h# 1540c8 =  if  2mb-flash  then  \ XO-4 B1
       endof
-      h# 15  of  ['] common-write  1mb-flash
-         jedec-id h# 1525c2 =  if  2mb-flash  then  \ MXIC25L1635E
+      h# 25  of  ['] common-write  1mb-flash
+         jedec-id h# 1525c2 =  if  2mb-flash  then  \ MX25L1635E
       endof
       h# 35  of  ['] common-write  2mb-flash  endof  \ W25Q16CV 3525c2
       ( default )  ." Bad SPI FLASH ID " dup . cr  ['] null-write swap



More information about the openfirmware mailing list