diff options
Diffstat (limited to 'src/soc/amd/genoa/chip.h')
-rw-r--r-- | src/soc/amd/genoa/chip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/genoa/chip.h b/src/soc/amd/genoa/chip.h index d7da0bb41e..5577c12d85 100644 --- a/src/soc/amd/genoa/chip.h +++ b/src/soc/amd/genoa/chip.h @@ -27,7 +27,6 @@ struct usb31_phy_settings { struct soc_usb_config { uint8_t xhci0_enable : 1; uint8_t xhci1_enable : 1; - uint8_t xhci2_enable : 1; struct { uint8_t port0 : 4; uint8_t port1 : 4; |