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

repository service svn at openfirmware.info
Wed Feb 26 04:40:33 CET 2014


Author: quozl
Date: Wed Feb 26 04:40:33 2014
New Revision: 3713
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3713

Log:
OLPC XO-1.75 XO-4 - edi-open-active broke stack balance by returning 0 if the EC was freshly powered up, fixes #12751

Modified:
   cpu/arm/olpc/edi.fth

Modified: cpu/arm/olpc/edi.fth
==============================================================================
--- cpu/arm/olpc/edi.fth	Fri Feb 21 21:58:38 2014	(r3712)
+++ cpu/arm/olpc/edi.fth	Wed Feb 26 04:40:33 2014	(r3713)
@@ -342,7 +342,7 @@
 
    \ Does a dummy ready and throws away the result.
    \ required to get the EDI interface enabled
-   h# ff22 ['] edi-b@ catch if noop else drop then
+   h# ff22 ['] edi-b@ catch 2drop
 
    set-chip-id
 



More information about the openfirmware mailing list