[openfirmware] r1646 - dev/mmc/sdhci

svn at openfirmware.info svn at openfirmware.info
Wed Jan 6 00:22:48 CET 2010


Author: wmb
Date: 2010-01-06 00:22:48 +0100 (Wed, 06 Jan 2010)
New Revision: 1646

Modified:
   dev/mmc/sdhci/sdhci.fth
Log:
SDHCI - removed a "Trying to reset data lines" warning message about retrying a failed card power up attempt.


Modified: dev/mmc/sdhci/sdhci.fth
===================================================================
--- dev/mmc/sdhci/sdhci.fth	2010-01-05 19:12:16 UTC (rev 1645)
+++ dev/mmc/sdhci/sdhci.fth	2010-01-05 23:22:48 UTC (rev 1646)
@@ -786,7 +786,7 @@
    ['] power-up-card catch  if  true true  then   if         ( retry? )
       \ The first try at powering up failed.
       if                     ( )
-         ." Trying to reset data lines" cr
+         \ ." Trying to reset data lines" cr
          card-clock-off
          card-power-off
          d# 500 ms




More information about the openfirmware mailing list