Author: wmb Date: 2009-02-20 19:59:25 +0100 (Fri, 20 Feb 2009) New Revision: 1111
Modified: dev/olpc/spiflash/spiui.fth Log: OLPC reflasher - use verify-firmware instead of verify after reflashing. It makes no difference for the normal OLPC build, but it prevents spurious verify failures in the custom build case where you enable config variable storage in SPI FLASH.
Modified: dev/olpc/spiflash/spiui.fth =================================================================== --- dev/olpc/spiflash/spiui.fth 2009-02-20 18:56:33 UTC (rev 1110) +++ dev/olpc/spiflash/spiui.fth 2009-02-20 18:59:25 UTC (rev 1111) @@ -265,11 +265,11 @@ write-firmware
spi-us d# 20 < if - ['] verify catch if + ['] verify-firmware catch if ." Verify failed. Retrying once" cr spi-identify write-firmware - verify + verify-firmware then flash-write-disable else
openfirmware@openfirmware.info