There are two identical cfgfile rules in config.g.  Remove one of them.

Signed-off-by: Myles Watson <[email protected]>

Thanks,
Myles
Index: util/newconfig/config.g
===================================================================
--- util/newconfig/config.g	(revision 4127)
+++ util/newconfig/config.g	(working copy)
@@ -1904,10 +1919,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>>)+
-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to