util/inteltool: powermgt: drop dead code

Drop dummy entry.

Change-Id: I1257115bd73fe90c6435116c8705cb5c98d945e1
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39559
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Michael Niewöhner 2020-03-14 12:06:12 +01:00 committed by Patrick Georgi
parent fdd5afde49
commit 2aff3005e0
1 changed files with 0 additions and 4 deletions

View File

@ -849,10 +849,6 @@ int print_pmbase(struct pci_dev *sb, struct pci_access *pacc)
pm_registers = sunrise_pm_registers;
size = ARRAY_SIZE(sunrise_pm_registers);
break;
case 0x1234: // Dummy for non-existent functionality
printf("This southbridge does not have PMBASE.\n");
return 1;
default:
printf("Error: Dumping PMBASE on this southbridge is not (yet) supported.\n");
return 1;