Author: wmb Date: Wed Nov 21 00:11:00 2012 New Revision: 3447 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3447
Log: oatstime utility - fixed typo in previous checkin.
Modified: cpu/x86/pc/olpc/oatstime.fth
Modified: cpu/x86/pc/olpc/oatstime.fth ============================================================================== --- cpu/x86/pc/olpc/oatstime.fth Wed Nov 21 00:10:28 2012 (r3446) +++ cpu/x86/pc/olpc/oatstime.fth Wed Nov 21 00:11:00 2012 (r3447) @@ -317,7 +317,7 @@ " flush-writes" $call-http ;
-[ifdef] random +[ifdef] random-long alias nonce-int random-long [else] : nonce-int ( -- n ) time&date >unix-seconds get-msecs xor ;