[openfirmware] r1614 - cpu/x86/pc/olpc/via

svn at openfirmware.info svn at openfirmware.info
Tue Dec 15 23:28:30 CET 2009


Author: wmb
Date: 2009-12-15 23:28:30 +0100 (Tue, 15 Dec 2009)
New Revision: 1614

Modified:
   cpu/x86/pc/olpc/via/runin.fth
Log:
Via manufacturing tests - Set MD tag from RTC not NTP, thus avoiding
multiple NTP queries.


Modified: cpu/x86/pc/olpc/via/runin.fth
===================================================================
--- cpu/x86/pc/olpc/via/runin.fth	2009-12-15 16:01:37 UTC (rev 1613)
+++ cpu/x86/pc/olpc/via/runin.fth	2009-12-15 22:28:30 UTC (rev 1614)
@@ -161,7 +161,7 @@
    pop-base
 ;
 : make-md-tag  ( -- )
-   ntp>time&date  ( s m h d m y )  format-date  " MD" put-ascii-tag
+   time&date  ( s m h d m y )  format-date  " MD" put-ascii-tag
 ;
 : inject-tags  ( -- )
    get-mfg-data




More information about the openfirmware mailing list