diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2020-03-14 12:05:54 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-15 13:02:07 +0000 |
commit | fdd5afde4944ab173e8d9a9db8cd19586ff09572 (patch) | |
tree | acc7902415bcd4cefcc2a8cc11bb46930e3b827f /util/inteltool | |
parent | 5ddce58bffa99fcc00193cc7d9478eeb4cc3b8b2 (diff) |
util/inteltool: gpio: drop dead code
Drop dummy entry.
Change-Id: Ic2184453c628c034e40ba877791fab4b7fe1d934
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39558
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/inteltool')
-rw-r--r-- | util/inteltool/gpio.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c index 9610fd6cb3..55c32baf43 100644 --- a/util/inteltool/gpio.c +++ b/util/inteltool/gpio.c @@ -1076,9 +1076,6 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs) case PCI_DEVICE_ID_INTEL_82371XX: printf("This southbridge has GPIOs in the PM unit.\n"); return 1; - case 0x1234: // Dummy for non-existent functionality - printf("This southbridge does not have GPIOBASE.\n"); - return 1; default: printf("Error: Dumping GPIOs on this southbridge is not (yet) supported.\n"); return 1; |