Author: quozl Date: Sat May 12 04:47:45 2012 New Revision: 2975 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2975
Log: OLPC XO-1 - do not report fail for external SD slot test if empty, related to svn 2855, and tickets #11844 #11612. An SDHCI device without a slot-name property only occurs on XO-1.
Modified: dev/mmc/sdhci/selftest.fth
Modified: dev/mmc/sdhci/selftest.fth ============================================================================== --- dev/mmc/sdhci/selftest.fth Fri May 4 04:39:20 2012 (r2974) +++ dev/mmc/sdhci/selftest.fth Sat May 12 04:47:45 2012 (r2975) @@ -46,7 +46,7 @@ ; : external? ( -- flag ) " slot-name" get-my-property if - false + true else decode-string " external" $= nip nip then
openfirmware@openfirmware.info