[openfirmware] [commit] r3230 - cpu/arm/olpc

repository service svn at openfirmware.info
Tue Aug 28 05:21:45 CEST 2012


Author: quozl
Date: Tue Aug 28 05:21:44 2012
New Revision: 3230
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3230

Log:
OLPC XO-1.75 XO-4 - ignore unimplemented write protect for internal eMMC

Modified:
   cpu/arm/olpc/sdhci.fth

Modified: cpu/arm/olpc/sdhci.fth
==============================================================================
--- cpu/arm/olpc/sdhci.fth	Tue Aug 28 03:28:52 2012	(r3229)
+++ cpu/arm/olpc/sdhci.fth	Tue Aug 28 05:21:44 2012	(r3230)
@@ -87,6 +87,7 @@
 [then]
 
       fload ${BP}/dev/mmc/sdhci/slot.fth
+      : write-protected?  false  ;
       new-device
          fload ${BP}/dev/mmc/sdhci/sdmmc.fth
          fload ${BP}/dev/mmc/sdhci/selftest.fth



More information about the openfirmware mailing list