Author: wmb Date: Mon Jun 27 18:54:07 2011 New Revision: 2313 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2313
Log: Remove redundant bits/cell definition in allocph1.fth; the definition is now deeper in the core code.
Modified: ofw/core/allocph1.fth
Modified: ofw/core/allocph1.fth ============================================================================== --- ofw/core/allocph1.fth Mon Jun 27 18:52:36 2011 (r2312) +++ ofw/core/allocph1.fth Mon Jun 27 18:54:07 2011 (r2313) @@ -74,9 +74,6 @@
list: physavail 0 physavail !
-headerless -/n 8 * constant bits/cell - headers : first-phys-avail ( -- phys size ) physavail last-node node-range ( phys size )
openfirmware@openfirmware.info