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

repository service svn at openfirmware.info
Fri Jun 10 18:17:53 CEST 2011


Author: wmb
Date: Fri Jun 10 18:17:53 2011
New Revision: 2257
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2257

Log:
OLPC XO-1.75 - slightly cleaner code in memory test.

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

Modified: cpu/arm/olpc/1.75/probemem.fth
==============================================================================
--- cpu/arm/olpc/1.75/probemem.fth	Wed Jun  8 02:56:48 2011	(r2256)
+++ cpu/arm/olpc/1.75/probemem.fth	Fri Jun 10 18:17:53 2011	(r2257)
@@ -94,8 +94,8 @@
    then                                ( adr len )
 
    begin  dup  while                   ( adr len )
-      decode-int >r  decode-int        ( adr len this-len r: this-padr )
-      r> swap test-mem                 ( adr len )
+      2 decode-ints swap               ( adr len this-len r: this-padr )
+      test-mem                         ( adr len )
       mem-fail?  if                    ( adr len )
          2drop true exit               ( -- error )
       then                             ( adr len )



More information about the openfirmware mailing list