Author: wmb Date: Thu Oct 4 21:19:25 2012 New Revision: 3354 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3354
Log: OLPC Trac #12135 - oops last checkin had a typo.
Modified: cpu/arm/olpc/build-fw.fth
Modified: cpu/arm/olpc/build-fw.fth ============================================================================== --- cpu/arm/olpc/build-fw.fth Thu Oct 4 21:13:06 2012 (r3353) +++ cpu/arm/olpc/build-fw.fth Thu Oct 4 21:19:25 2012 (r3354) @@ -172,7 +172,7 @@ fload ${BP}/cpu/x86/pc/olpc/mfgtree.fth \ Manufacturing data in device tree
fload ${BP}/dev/olpc/kb3700/eccmds.fth -: dcon-off ( -- ) dcon-if if " dcon-off" $call-dcon then ; +: dcon-off ( -- ) dcon-ih if " dcon-off" $call-dcon then ; : stand-power-off ( -- ) dcon-off ec-power-off begin wfi again ; ' stand-power-off to power-off
openfirmware@openfirmware.info