[OpenBIOS] r684 - cpu/x86/pc/olpc

svn at openbios.org svn at openbios.org
Wed Oct 17 01:46:10 CEST 2007


Author: wmb
Date: 2007-10-17 01:46:10 +0200 (Wed, 17 Oct 2007)
New Revision: 684

Modified:
   cpu/x86/pc/olpc/versions.fth
Log:
q2d01 - fixed version number botch.


Modified: cpu/x86/pc/olpc/versions.fth
===================================================================
--- cpu/x86/pc/olpc/versions.fth	2007-10-16 23:41:41 UTC (rev 683)
+++ cpu/x86/pc/olpc/versions.fth	2007-10-16 23:46:10 UTC (rev 684)
@@ -1,8 +1,8 @@
 \ Version numbers of items included in the OLPC firmware image
 
 \ The overall firmware revision
-macro: FW_MAJOR C
-macro: FW_MINOR d01
+macro: FW_MAJOR D
+macro: FW_MINOR 01
 
 \ The EC microcode
 macro: EC_VERSION d01




More information about the OpenBIOS mailing list