Author: wmb
Date: Thu Aug 4 01:22:46 2011
New Revision: 2411
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2411
Log:
OLPC XO-1.75 - the extra memory that is given to the allocator must be virtually, not physically, addressed.
Modified:
cpu/arm/olpc/1.75/devices.fth
Modified: cpu/arm/olpc/1.75/devices.fth
==============================================================================
--- cpu/arm/olpc/1.75/devices.fth Wed Aug 3 08:44:53 2011 (r2410)
+++ cpu/arm/olpc/1.75/devices.fth Thu Aug 4 01:22:46 2011 (r2411)
@@ -385,7 +385,7 @@
warning !
stand-init: More memory
- extra-mem-pa /extra-mem add-memory
+ extra-mem-va /extra-mem add-memory
;
fload ${BP}/cpu/arm/mmp2/thermal.fth