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. 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> Reviewed-on: http://review.coreboot.org/4467 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
3106d0ffce
commit
8818b9d0d4
|
@ -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…
Reference in New Issue