Author: wmb Date: Sat Feb 4 00:18:13 2012 New Revision: 2852 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2852
Log: Renamed dump-fdt to .fdt
Modified: ofw/core/fdt.fth
Modified: ofw/core/fdt.fth ============================================================================== --- ofw/core/fdt.fth Sat Feb 4 00:16:53 2012 (r2851) +++ ofw/core/fdt.fth Sat Feb 4 00:18:13 2012 (r2852) @@ -198,7 +198,7 @@ fdt@$ type cr ;
-: dump-fdt ( -- ) +: .fdt ( -- ) 0 fdt@ h# d00dfeed <> abort" FDT magic mismatch" fdt h# 0c fdt@ + to fdt-strings fdt h# 80 + to fdt-ptr
openfirmware@openfirmware.info