Author: wmb Date: Sat Oct 30 06:53:25 2010 New Revision: 1996 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1996
Log: Completed fix for factoring problem.
Modified: cpu/arm/mmp2/devices.fth
Modified: cpu/arm/mmp2/devices.fth ============================================================================== --- cpu/arm/mmp2/devices.fth Sat Oct 30 05:05:10 2010 (r1995) +++ cpu/arm/mmp2/devices.fth Sat Oct 30 06:53:25 2010 (r1996) @@ -130,7 +130,7 @@ : my-map-out ( adr len -- ) swap h# 100 - swap " map-out" $call-parent ; false constant has-dbgp-regs? false constant needs-dummy-qh? - false constant grab-controller + : grab-controller ( config-adr -- error? ) drop false ; fload ${BP}/dev/usb2/hcd/ehci/loadpkg.fth end-package
openfirmware@openfirmware.info