Keith Hui has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85925?usp=email )
Change subject: sb/intel/bd82x6x: Drop xhci_overcurrent_mapping ......................................................................
sb/intel/bd82x6x: Drop xhci_overcurrent_mapping
This is now drawn (indirectly) from main usb_port_config.
Change-Id: I8c5e9b2016cf56538de06575181a0a6b738c6a28 Signed-off-by: Keith Hui buurin@gmail.com --- M src/southbridge/intel/bd82x6x/chip.h 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/85925/1
diff --git a/src/southbridge/intel/bd82x6x/chip.h b/src/southbridge/intel/bd82x6x/chip.h index 0ec97bd..14c22b2 100644 --- a/src/southbridge/intel/bd82x6x/chip.h +++ b/src/southbridge/intel/bd82x6x/chip.h @@ -72,8 +72,6 @@ uint32_t xhci_switchable_ports; /* Ports which support SuperSpeed (USB 3.0 additional lanes). */ uint32_t superspeed_capable_ports; - /* Overcurrent Mapping for USB 3.0 Ports */ - uint32_t xhci_overcurrent_mapping;
uint32_t spi_uvscc; uint32_t spi_lvscc;