util/sconfig: Remove unused devicetree keywords ESPI & LPC
The ESPI & LPC keywords were added for the zork program, but it was found that they weren't needed, so they were never used. BUG=None TEST=Build Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: I3a78afc55477d62eac8056e2ca4bcdd3ab12ea47 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56197 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
especially those whose name start with YY_ or yy_. They are
|
||||
private implementation details that can be changed or removed. */
|
||||
|
||||
#ifndef YY_YY_HOME_TWAWRZYNCZAK_DEVEL_COREBOOT_UTIL_SCONFIG_SCONFIG_TAB_H_SHIPPED_INCLUDED
|
||||
# define YY_YY_HOME_TWAWRZYNCZAK_DEVEL_COREBOOT_UTIL_SCONFIG_SCONFIG_TAB_H_SHIPPED_INCLUDED
|
||||
#ifndef YY_YY_WORK_GIT_COREBOOT_UTIL_SCONFIG_SCONFIG_TAB_H_SHIPPED_INCLUDED
|
||||
# define YY_YY_WORK_GIT_COREBOOT_UTIL_SCONFIG_SCONFIG_TAB_H_SHIPPED_INCLUDED
|
||||
/* Debug traces. */
|
||||
#ifndef YYDEBUG
|
||||
# define YYDEBUG 0
|
||||
@@ -90,14 +90,12 @@ extern int yydebug;
|
||||
SPI = 291, /* SPI */
|
||||
USB = 292, /* USB */
|
||||
MMIO = 293, /* MMIO */
|
||||
LPC = 294, /* LPC */
|
||||
ESPI = 295, /* ESPI */
|
||||
GPIO = 296, /* GPIO */
|
||||
FW_CONFIG_TABLE = 297, /* FW_CONFIG_TABLE */
|
||||
FW_CONFIG_FIELD = 298, /* FW_CONFIG_FIELD */
|
||||
FW_CONFIG_OPTION = 299, /* FW_CONFIG_OPTION */
|
||||
FW_CONFIG_PROBE = 300, /* FW_CONFIG_PROBE */
|
||||
PIPE = 301 /* PIPE */
|
||||
GPIO = 294, /* GPIO */
|
||||
FW_CONFIG_TABLE = 295, /* FW_CONFIG_TABLE */
|
||||
FW_CONFIG_FIELD = 296, /* FW_CONFIG_FIELD */
|
||||
FW_CONFIG_OPTION = 297, /* FW_CONFIG_OPTION */
|
||||
FW_CONFIG_PROBE = 298, /* FW_CONFIG_PROBE */
|
||||
PIPE = 299 /* PIPE */
|
||||
};
|
||||
typedef enum yytokentype yytoken_kind_t;
|
||||
#endif
|
||||
@@ -124,4 +122,4 @@ extern YYSTYPE yylval;
|
||||
|
||||
int yyparse (void);
|
||||
|
||||
#endif /* !YY_YY_HOME_TWAWRZYNCZAK_DEVEL_COREBOOT_UTIL_SCONFIG_SCONFIG_TAB_H_SHIPPED_INCLUDED */
|
||||
#endif /* !YY_YY_WORK_GIT_COREBOOT_UTIL_SCONFIG_SCONFIG_TAB_H_SHIPPED_INCLUDED */
|
||||
|
Reference in New Issue
Block a user