Author: wmb Date: Thu Aug 23 22:15:11 2012 New Revision: 3215 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3215
Log: OLPC ARM - Decreased heap size from 1 MiB to 768 KiB, thus increasing the dictionary growth size. The dictionary was filling up on XO-4.
Modified: cpu/arm/olpc/addrs.fth
Modified: cpu/arm/olpc/addrs.fth ============================================================================== --- cpu/arm/olpc/addrs.fth Thu Aug 23 22:13:41 2012 (r3214) +++ cpu/arm/olpc/addrs.fth Thu Aug 23 22:15:11 2012 (r3215) @@ -38,7 +38,7 @@
\ The heap starts at RAMtop, which on this system is "fw-mem-pa /fw-mem +"
-h# 10.0000 constant heap-size +h# 0c.0000 constant heap-size heap-size constant initial-heap-size
\ RAM address where the Security Processor code places the subset of the dropin module