Author: wmb Date: 2009-04-15 19:03:08 +0200 (Wed, 15 Apr 2009) New Revision: 1144
Modified: cpu/x86/pc/olpc/fw.bth Log: Treat missing TS tag as not factory mode (reversion).
Modified: cpu/x86/pc/olpc/fw.bth =================================================================== --- cpu/x86/pc/olpc/fw.bth 2009-04-13 18:24:44 UTC (rev 1143) +++ cpu/x86/pc/olpc/fw.bth 2009-04-15 17:03:08 UTC (rev 1144) @@ -521,8 +521,8 @@ " TS" find-tag if ( adr len ) ?-null " DL" $= 0= ( in-factory? ) else ( ) - \ Missing TS tag is treated as in factory - true ( in-factory? ) + \ Missing TS tag is treated as not factory mode + false then ( in-factory? ) if ( ) " /prober /usb/ethernet disk:\boot\olpc.fth nand:\boot\olpc.fth /xp sd:\boot\olpc.fth /usb/wlan"
openfirmware@openfirmware.info