[openfirmware] [commit] r2473 - cpu/x86

repository service svn at openfirmware.info
Mon Aug 22 07:30:39 CEST 2011


Author: quozl
Date: Mon Aug 22 07:30:38 2011
New Revision: 2473
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2473

Log:
OLPC XO-1.5 - increase user-size, Q3B16 had only 764 bytes free.

Modified:
   cpu/x86/target.fth

Modified: cpu/x86/target.fth
==============================================================================
--- cpu/x86/target.fth	Fri Aug 19 07:03:43 2011	(r2472)
+++ cpu/x86/target.fth	Mon Aug 22 07:30:38 2011	(r2473)
@@ -35,7 +35,7 @@
 [ifdef] big-endian-t	\ reloc code uses 300 in both cases. should we?????
 /n-t th 600 * constant user-size-t
 [else]
-/n-t th c00 * constant user-size-t
+/n-t th 1000 * constant user-size-t
 [then]
 [then]
 /n-t th 200 * constant ps-size-t



More information about the openfirmware mailing list