Author: wmb Date: Thu Aug 23 22:17:39 2012 New Revision: 3217 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3217
Log: ARM - Increased user-size to 16 KiB, as the user area was filling up on OLPC.
Modified: cpu/arm/target.fth
Modified: cpu/arm/target.fth ============================================================================== --- cpu/arm/target.fth Thu Aug 23 22:16:31 2012 (r3216) +++ cpu/arm/target.fth Thu Aug 23 22:17:39 2012 (r3217) @@ -36,7 +36,7 @@ /l-t constant /token-t /l-t constant /link-t /token-t constant /defer-t -/n-t th c00 * constant user-size-t +/n-t th 1000 * constant user-size-t /n-t th 200 * constant ps-size-t /n-t th 200 * constant rs-size-t /l-t constant /user#-t
openfirmware@openfirmware.info