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

repository service svn at openfirmware.info
Fri Aug 3 09:59:02 CEST 2012


Author: wmb
Date: Fri Aug  3 09:59:01 2012
New Revision: 3125
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3125

Log:
## Lines starting with '## ' will be removed from the log message.
## File(s) to commit recursively:
## cpu/arm/mmp2/initmmu.fth
OLPC XO-1.75 - Fix another screwup in recent checkin that broke XO-1.75 startup.

Modified:
   cpu/arm/olpc/sound.fth

Modified: cpu/arm/olpc/sound.fth
==============================================================================
--- cpu/arm/olpc/sound.fth	Fri Aug  3 09:54:02 2012	(r3124)
+++ cpu/arm/olpc/sound.fth	Fri Aug  3 09:59:01 2012	(r3125)
@@ -23,7 +23,7 @@
 h# 240 +pmua constant audio-sram-pwr
 [then]
 
-: audio-clock!     ( -- )  audio-clk pmua!  ;
+: audio-clock!     ( -- )  audio-clk io!  ;
 : audio-clock-off  ( -- )
    0 h# 38 sspa!
    0 audio-clock!



More information about the openfirmware mailing list