mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
fdtdump: rename from ftdump
The freetype package already installs a binary named "ftdump", so the dtc package conflicts with that. So rename the newer dtc tool to "fdtdump". This even makes a bit more sense: ftdump: [F]lat device [T]ree [dump] fdtdump: [F]lat [D]evice [T]ree [dump] Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
033089f290
commit
8f459c5d72
5 changed files with 13 additions and 13 deletions
|
@ -21,7 +21,7 @@ III - libfdt
|
|||
|
||||
IV - Utility Tools
|
||||
1) convert-dtsv0 -- Conversion to Version 1
|
||||
1) ftdump
|
||||
1) fdtdump
|
||||
|
||||
|
||||
I - "dtc", the device tree compiler
|
||||
|
@ -643,10 +643,10 @@ a new file with a "v1" appended the filename.
|
|||
Comments, empty lines, etc. are preserved.
|
||||
|
||||
|
||||
2) ftdump -- Flat Tree dumping utility
|
||||
2) fdtdump -- Flat Device Tree dumping utility
|
||||
|
||||
The ftdump program prints a readable version of a flat device tree file.
|
||||
The fdtdump program prints a readable version of a flat device tree file.
|
||||
|
||||
The syntax of the ftdump command line is:
|
||||
The syntax of the fdtdump command line is:
|
||||
|
||||
ftdump <DTB-file-name>
|
||||
fdtdump <DTB-file-name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue