[openfirmware] [commit] r3218 - in cpu/arm: mmp2 mmp3

repository service svn at openfirmware.info
Thu Aug 23 22:18:47 CEST 2012


Author: wmb
Date: Thu Aug 23 22:18:47 2012
New Revision: 3218
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3218

Log:
OLPC ARM - Fixed incorrect audio SRAM sizes.

Modified:
   cpu/arm/mmp2/soc-config.fth
   cpu/arm/mmp3/soc-config.fth

Modified: cpu/arm/mmp2/soc-config.fth
==============================================================================
--- cpu/arm/mmp2/soc-config.fth	Thu Aug 23 22:17:39 2012	(r3217)
+++ cpu/arm/mmp2/soc-config.fth	Thu Aug 23 22:18:47 2012	(r3218)
@@ -5,4 +5,4 @@
 h#    1.0000 constant /audio-sram     \ Size of Audio SRAM
 h# 0010.0000 constant /audio-sram-map \ Mapping size of Audio SRAM
 
-h# 0030.0000 constant /sram          \ Size of SRAM
+h# 0003.0000 constant /sram          \ Size of SRAM

Modified: cpu/arm/mmp3/soc-config.fth
==============================================================================
--- cpu/arm/mmp3/soc-config.fth	Thu Aug 23 22:17:39 2012	(r3217)
+++ cpu/arm/mmp3/soc-config.fth	Thu Aug 23 22:18:47 2012	(r3218)
@@ -5,7 +5,7 @@
 h#   10.0000 constant /mmp3-audio
 
 h# d103.0000 constant audio-sram-pa  \ Base of Audio SRAM
-h#    1.0000 constant /audio-sram
+h#    2.0000 constant /audio-sram
 \ No need to map audio-sram separately; it fits in the SRAM area
 
-h# 0040.0000 constant /sram          \ Size of SRAM
+h# 0005.0000 constant /sram          \ Size of SRAM



More information about the openfirmware mailing list