[coreboot] [v2] r4128 - trunk/coreboot-v2/util/newconfig

svn at coreboot.org svn at coreboot.org
Fri Apr 17 18:11:25 CEST 2009


Author: myles
Date: 2009-04-17 18:11:24 +0200 (Fri, 17 Apr 2009)
New Revision: 4128

Modified:
   trunk/coreboot-v2/util/newconfig/config.g
Log:
There are two identical cfgfile rules in config.g.  Remove one of them.

Signed-off-by: Myles Watson <mylesgw at gmail.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>


Modified: trunk/coreboot-v2/util/newconfig/config.g
===================================================================
--- trunk/coreboot-v2/util/newconfig/config.g	2009-04-17 13:43:46 UTC (rev 4127)
+++ trunk/coreboot-v2/util/newconfig/config.g	2009-04-17 16:11:24 UTC (rev 4128)
@@ -1904,10 +1904,6 @@
     			(stmt<<1>>)*
 			EOF			{{ return 1 }}
 
-    rule cfgfile:	(uses<<1>>)* 
-    			(stmt<<1>>)*
-			EOF			{{ return 1 }}
-
     rule usesid<<C>>:	ID			{{ if (C): usesoption(ID) }}
 
     rule uses<<C>>:	USES (usesid<<C>>)+





More information about the coreboot mailing list