Author: wmb Date: 2008-12-24 22:05:15 +0100 (Wed, 24 Dec 2008) New Revision: 1048
Modified: cpu/x86/pc/olpc/copynand.fth Log: OLPC scan-nand command - fixed "Stack Overflow" message that happened if the NAND had a lot of non-JFFS2 blocks, as could happen as a result of booting Windows XP on the machine.
Modified: cpu/x86/pc/olpc/copynand.fth =================================================================== --- cpu/x86/pc/olpc/copynand.fth 2008-12-24 00:56:57 UTC (rev 1047) +++ cpu/x86/pc/olpc/copynand.fth 2008-12-24 21:05:15 UTC (rev 1048) @@ -401,7 +401,7 @@ \ Not completely erased load-base /nand-block written? if 5 exit then [else] - ( adr ) h# 40 written? if 5 then + ( adr ) h# 40 written? if 5 exit then [then]
\ Erased
openfirmware@openfirmware.info