diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2013-03-14 14:59:10 -0700 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-03-18 20:46:20 +0100 |
commit | 7542fc7dd267da8502f23ce89644dba8e9e703c5 (patch) | |
tree | c8deb44f063d28a75260b75980491b98320d3e18 /src/mainboard/intel | |
parent | f06111aaf4fdb9974e79e130b7ac95cdffcaaa7c (diff) |
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>
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r-- | src/mainboard/intel/wtm2/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/wtm2/romstage.c b/src/mainboard/intel/wtm2/romstage.c index 75a4e9932f..100195b485 100644 --- a/src/mainboard/intel/wtm2/romstage.c +++ b/src/mainboard/intel/wtm2/romstage.c @@ -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: */ |