Author: wmb Date: 2008-07-20 02:14:35 +0200 (Sun, 20 Jul 2008) New Revision: 852
Modified: cpu/x86/pc/olpc/security.fth Log: OLPC trac 6967. A develop.sig for a different machine on an external device caused failure to boot from later devices.
Modified: cpu/x86/pc/olpc/security.fth =================================================================== --- cpu/x86/pc/olpc/security.fth 2008-07-17 23:24:29 UTC (rev 851) +++ cpu/x86/pc/olpc/security.fth 2008-07-20 00:14:35 UTC (rev 852) @@ -616,9 +616,10 @@ 1 of r> close-file drop true exit endof -1 of r> close-file drop false exit endof endcase - repeat - " No matching records" ?lease-error-cr - r> close-file drop false + repeat ( actual ) + drop ( ) + " No matching records" ?lease-error-cr ( ) + r> close-file drop false ( false ) ;
: ?force-secure ( -- ) button-x game-key? if true to secure? then ;