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 <[email protected]> Acked-by: Carl-Daniel Hailfinger <[email protected]> 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>>)+ -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

