Author: wmb Date: 2009-11-29 19:40:34 +0100 (Sun, 29 Nov 2009) New Revision: 1524
Modified: dev/mmc/sdhci/selftest.fth Log: OLPC trac 9766 - test-all failed after testing SD with no card in slot.
Modified: dev/mmc/sdhci/selftest.fth =================================================================== --- dev/mmc/sdhci/selftest.fth 2009-11-29 07:56:08 UTC (rev 1523) +++ dev/mmc/sdhci/selftest.fth 2009-11-29 18:40:34 UTC (rev 1524) @@ -40,7 +40,7 @@ " card-inserted?" $call-parent 0= if ." No card in " " slot-name" get-my-property 0= if - decode-string type space + decode-string type space 2drop then ." SD slot" cr true exit
openfirmware@openfirmware.info