[openfirmware] [commit] r2602 - cpu/arm/olpc/1.75

repository service svn at openfirmware.info
Thu Oct 13 06:52:37 CEST 2011


Author: wmb
Date: Thu Oct 13 06:52:37 2011
New Revision: 2602
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2602

Log:
OLPC XO-1.75 - Fixed oops in previous checkin.

Modified:
   cpu/arm/olpc/1.75/probemem.fth

Modified: cpu/arm/olpc/1.75/probemem.fth
==============================================================================
--- cpu/arm/olpc/1.75/probemem.fth	Thu Oct 13 06:27:05 2011	(r2601)
+++ cpu/arm/olpc/1.75/probemem.fth	Thu Oct 13 06:52:37 2011	(r2602)
@@ -94,7 +94,7 @@
 ;
 
 : map-dma  ( -- )
-   dma-mem-va >physical dup  /dma-mem map-sections
+   dma-mem-va >physical  h# c02  over  /dma-mem map-sections
 ;
 : selftest  ( -- error? )
    map-dma



More information about the openfirmware mailing list