diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/lenovo/x230/variants/x230/early_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x230/variants/x230/early_init.c b/src/mainboard/lenovo/x230/variants/x230/early_init.c index 7084e9a0b0..55a3c08350 100644 --- a/src/mainboard/lenovo/x230/variants/x230/early_init.c +++ b/src/mainboard/lenovo/x230/variants/x230/early_init.c @@ -12,7 +12,7 @@ const struct southbridge_usb_port mainboard_usb_ports[] = { { 1, 1, -1 }, /* P5: Expresscard, no OC */ { 0, 0, -1 }, /* P6: Empty */ { 1, 2, -1 }, /* P7: dock, no OC */ - { 1, 0, -1 }, + { 0, 0, -1 }, /* P8: Empty */ { 1, 2, 5 }, /* P9: Right (EHCI debug), OC 5 */ { 1, 1, -1 }, /* P10: fingerprint reader, no OC */ { 1, 1, -1 }, /* P11: bluetooth, no OC. */ |