Author: wmb Date: 2009-12-10 03:08:52 +0100 (Thu, 10 Dec 2009) New Revision: 1563
Modified: cpu/x86/pc/olpc/via/smttags.fth Log: smttags.fth - Added delay before battery presence check.
Modified: cpu/x86/pc/olpc/via/smttags.fth =================================================================== --- cpu/x86/pc/olpc/via/smttags.fth 2009-12-10 01:57:13 UTC (rev 1562) +++ cpu/x86/pc/olpc/via/smttags.fth 2009-12-10 02:08:52 UTC (rev 1563) @@ -30,6 +30,7 @@ \ Exit if the existing firmware and the wanted firmware are the same fw-version$ wanted-fw$ nocase-$= if exit then ." Updating firmware to version " fw-version$ type cr + d# 2000 ms ?enough-power find-firmware-file $get-file reflash ;