[openfirmware] [commit] r3212 - dev/mmc/sdhci

repository service svn at openfirmware.info
Wed Aug 22 09:15:01 CEST 2012


Author: quozl
Date: Wed Aug 22 09:15:00 2012
New Revision: 3212
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3212

Log:
OLPC XO-1.5 - fix for missing microSD card causing hang during banner, regression introduced in r2990.

Modified:
   dev/mmc/sdhci/sdhci.fth

Modified: dev/mmc/sdhci/sdhci.fth
==============================================================================
--- dev/mmc/sdhci/sdhci.fth	Wed Aug 22 02:01:18 2012	(r3211)
+++ dev/mmc/sdhci/sdhci.fth	Wed Aug 22 09:15:00 2012	(r3212)
@@ -974,6 +974,7 @@
          \ ." Trying to reset data lines" cr
          card-clock-off
          card-power-off
+         intstat-off
          d# 500 ms
          setup-host
 



More information about the openfirmware mailing list