diff options
-rw-r--r-- | src/southbridge/intel/ibexpeak/chip.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/southbridge/intel/ibexpeak/chip.h b/src/southbridge/intel/ibexpeak/chip.h index aba27ccca8..dc97da3283 100644 --- a/src/southbridge/intel/ibexpeak/chip.h +++ b/src/southbridge/intel/ibexpeak/chip.h @@ -68,12 +68,6 @@ struct southbridge_intel_ibexpeak_config { bool pcie_hotplug_map[8]; - /* These USB3 fields, copied from bd82x6x, don't apply here, - * as Ibex Peak doesn't have USB3. */ - uint32_t xhci_switchable_ports; - uint32_t superspeed_capable_ports; - uint32_t xhci_overcurrent_mapping; - uint32_t spi_uvscc; uint32_t spi_lvscc; struct intel_swseq_spi_config spi; |