Author: wmb Date: Wed Aug 11 10:48:52 2010 New Revision: 1933 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1933
Log: ARM MMP2 - disable SD high-speed operation because it is unreliable on the MMP2 platform.
Modified: cpu/arm/mmp2/sdhcimmp2.fth
Modified: cpu/arm/mmp2/sdhcimmp2.fth ============================================================================== --- cpu/arm/mmp2/sdhcimmp2.fth Wed Aug 11 09:04:29 2010 (r1932) +++ cpu/arm/mmp2/sdhcimmp2.fth Wed Aug 11 10:48:52 2010 (r1933) @@ -4,6 +4,7 @@
fload ${BP}/cpu/arm/mmp2/sdregs.fth fload ${BP}/dev/mmc/sdhci/sdhci.fth + true to avoid-high-speed?
new-device 3 encode-int " reg" property
openfirmware@openfirmware.info