From 7542fc7dd267da8502f23ce89644dba8e9e703c5 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Thu, 14 Mar 2013 14:59:10 -0700 Subject: 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 Reviewed-on: http://review.coreboot.org/2764 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Ronald G. Minnich --- src/mainboard/intel/wtm2/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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: */ -- cgit v1.2.3