Author: quozl Date: Fri Jul 29 04:24:25 2011 New Revision: 2396 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2396
Log: OLPC XO-1.75 - report SPI FLASH ID when unsupported
Modified: dev/olpc/spiflash/spiflash.fth
Modified: dev/olpc/spiflash/spiflash.fth ============================================================================== --- dev/olpc/spiflash/spiflash.fth Sat Jul 23 05:58:10 2011 (r2395) +++ dev/olpc/spiflash/spiflash.fth Fri Jul 29 04:24:25 2011 (r2396) @@ -280,7 +280,7 @@ ." If you power cycle and try again, it will probably work the next time." cr abort endof - ( default ) true abort" Unsupported SPI FLASH ID" + ( default ) ." Unsupported SPI FLASH ID " dup .x cr abort endcase to write-spi-flash 0 spi-write-status \ Turn off write protect bits
openfirmware@openfirmware.info