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

repository service svn at openfirmware.info
Fri Feb 24 07:16:47 CET 2012


Author: quozl
Date: Fri Feb 24 07:16:47 2012
New Revision: 2878
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2878

Log:
sdhci - selftest left items on stack, fix #11652 for XO-1, XO-1.5, XO-1.75

Modified:
   dev/mmc/sdhci/selftest.fth

Modified: dev/mmc/sdhci/selftest.fth
==============================================================================
--- dev/mmc/sdhci/selftest.fth	Fri Feb 24 05:57:59 2012	(r2877)
+++ dev/mmc/sdhci/selftest.fth	Fri Feb 24 07:16:47 2012	(r2878)
@@ -48,7 +48,7 @@
    " slot-name" get-my-property  if
       false
    else
-      decode-string " external" $=
+      decode-string " external" $= nip nip
    then
 ;
 : .slot-name  ( -- )



More information about the openfirmware mailing list