[openfirmware] [commit] r1988 - cpu/arm

repository service svn at openfirmware.info
Mon Oct 18 06:04:01 CEST 2010


Author: wmb
Date: Mon Oct 18 06:04:01 2010
New Revision: 1988
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1988

Log:
ARM - Increased max dictionary size to 1 MiB.

Modified:
   cpu/arm/kernrel.fth

Modified: cpu/arm/kernrel.fth
==============================================================================
--- cpu/arm/kernrel.fth	Mon Oct 18 06:02:38 2010	(r1987)
+++ cpu/arm/kernrel.fth	Mon Oct 18 06:04:01 2010	(r1988)
@@ -2,7 +2,7 @@
 \ See license at end of file
 
 \ h# 8.0000 equ      max-image
-h# 8.0000 constant max-image
+h# 10.0000 constant max-image
 
 0 value relocation-map
 



More information about the openfirmware mailing list