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

repository service svn at openfirmware.info
Mon Aug 20 11:59:53 CEST 2012


Author: quozl
Date: Mon Aug 20 11:59:52 2012
New Revision: 3203
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3203

Log:
OLPC XO-1.75 XO-4 - first audio open left 4 on stack, found at ok prompt, regression introduced r3117.

Modified:
   cpu/arm/olpc/sound.fth

Modified: cpu/arm/olpc/sound.fth
==============================================================================
--- cpu/arm/olpc/sound.fth	Mon Aug 20 11:44:00 2012	(r3202)
+++ cpu/arm/olpc/sound.fth	Mon Aug 20 11:59:52 2012	(r3203)
@@ -56,7 +56,7 @@
    h# 100  audio-clk  io-set  dly  \ Disable isolation
 
    4  audio-clk io-set           \ Start audio SRAM redundancy repair
-   begin  4 audio-clk io@  4 and 0=  until  \ And wait until done
+   begin  audio-clk io@  4 and 0=  until  \ And wait until done
 
    \ Bring audio island out of reset
    1 audio-dsa io-set



More information about the openfirmware mailing list