wtm2: disable SDcard USB port
This is causing hangs in depthcharge (again?) so for now turn that port off so the resulting coreboot images are at least useful. BUG=none BRANCH=none TEST=boot on wtm2 and press Ctrl+D at developer screen with USB keyboard Change-Id: I32c7774a95b0020b97105e0fa42c21ccb617c718 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/65615 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
e2bad5be22
commit
26f45c9462
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ void mainboard_romstage_entry(unsigned long bist)
|
|||
USB_PORT_FRONT_PANEL },
|
||||
{ 0x40, 1, USB_OC_PIN_SKIP, /* P6: */
|
||||
USB_PORT_FRONT_PANEL },
|
||||
{ 0x40, 1, USB_OC_PIN_SKIP, /* P7: */
|
||||
{ 0x40, 0, USB_OC_PIN_SKIP, /* P7: */
|
||||
USB_PORT_FRONT_PANEL },
|
||||
},
|
||||
usb3_ports: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue