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
openfirmware@openfirmware.info