From 299558874c5c17a1294595bf3d2b6f0d0f7fcfc4 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sat, 10 Jul 2021 16:37:39 -0600 Subject: 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 Change-Id: I3a78afc55477d62eac8056e2ca4bcdd3ab12ea47 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56197 Reviewed-by: Raul Rangel Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- util/sconfig/main.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'util/sconfig/main.c') diff --git a/util/sconfig/main.c b/util/sconfig/main.c index 258a1e40dc..91c079a624 100644 --- a/util/sconfig/main.c +++ b/util/sconfig/main.c @@ -869,14 +869,6 @@ static struct device *new_device_with_path(struct bus *parent, new_d->path = ".type=DEVICE_PATH_MMIO,{.mmio={ .addr = 0x%x }}"; break; - case ESPI: - new_d->path = ".type=DEVICE_PATH_ESPI,{.espi={ .addr = 0x%x }}"; - break; - - case LPC: - new_d->path = ".type=DEVICE_PATH_LPC,{.lpc={ .addr = 0x%x }}"; - break; - case GPIO: new_d->path = ".type=DEVICE_PATH_GPIO,{.gpio={ .id = 0x%x }}"; break; -- cgit v1.2.3