wtm2: Disable USB port 7 (SD card) due to hang
This is causing a hang in depthcharge. For now just disable this port. Change-Id: I87a6db2d8361588e82eee640c74cea690115bed5 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: http://review.coreboot.org/2764 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
f06111aaf4
commit
7542fc7dd2
|
@ -135,7 +135,7 @@ void main(unsigned long bist)
|
|||
{ 1, 0, 0x0040 }, /* P4: */
|
||||
{ 1, 0, 0x0040 }, /* P5: */
|
||||
{ 1, 0, 0x0040 }, /* P6: */
|
||||
{ 1, 0, 0x0040 }, /* P7: */
|
||||
{ 0, 0, 0x0040 }, /* P7: Disable SDCARD due to hang */
|
||||
{ 1, 0, 0x0040 }, /* P8: */
|
||||
{ 1, 0, 0x0040 }, /* P9: */
|
||||
{ 1, 0, 0x0040 }, /* P10: */
|
||||
|
|
Loading…
Reference in New Issue