Author: wmb Date: 2007-05-06 05:34:19 +0200 (Sun, 06 May 2007) New Revision: 363
Modified: cpu/x86/pc/olpc/fw.bth Log: Don't use the game key fastboot path for now; the EC command to access the game key is unreliable.
Modified: cpu/x86/pc/olpc/fw.bth =================================================================== --- cpu/x86/pc/olpc/fw.bth 2007-05-05 19:26:08 UTC (rev 362) +++ cpu/x86/pc/olpc/fw.bth 2007-05-06 03:34:19 UTC (rev 363) @@ -433,6 +433,7 @@
: user-switch? ( -- flag ) [ifdef] lx-devel false exit [then] +true exit game-key@ 0<> dup if ." Release the game key to continue" cr begin d# 100 ms game-key@ 0= until