[openfirmware] [commit] r2852 - ofw/core

repository service svn at openfirmware.info
Sat Feb 4 00:18:13 CET 2012


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



More information about the openfirmware mailing list