[openfirmware] [commit] r3565 - cpu/arm

repository service svn at openfirmware.info
Fri Feb 22 00:18:20 CET 2013


Author: wmb
Date: Fri Feb 22 00:18:19 2013
New Revision: 3565
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3565

Log:
ARM - increased max-image because some OFW dictionaries are now starting to exceed 1 MiB.

Modified:
   cpu/arm/kernrel.fth

Modified: cpu/arm/kernrel.fth
==============================================================================
--- cpu/arm/kernrel.fth	Wed Feb 20 05:37:53 2013	(r3564)
+++ cpu/arm/kernrel.fth	Fri Feb 22 00:18:19 2013	(r3565)
@@ -2,7 +2,7 @@
 \ See license at end of file
 
 \ h# 8.0000 equ      max-image
-h# 10.0000 constant max-image
+h# 20.0000 constant max-image
 
 0 value relocation-map
 



More information about the openfirmware mailing list