Author: wmb Date: Mon Oct 18 06:06:51 2010 New Revision: 1989 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1989
Log: ARM - Added empty start-dram-init and end-dram-init words to dram-xdb.fth
Modified: cpu/arm/olpc/1.75/dram-xdb.fth
Modified: cpu/arm/olpc/1.75/dram-xdb.fth ============================================================================== --- cpu/arm/olpc/1.75/dram-xdb.fth Mon Oct 18 06:04:01 2010 (r1988) +++ cpu/arm/olpc/1.75/dram-xdb.fth Mon Oct 18 06:06:51 2010 (r1989) @@ -72,3 +72,6 @@ ." print "" ____^^__\n""" cr ." print ""\n""" cr ; + +: start-dram-init ( -- ) ; +: end-dram-init ( -- ) ;