mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
manual: Document missing options
The -d and -s options were undocumented. Add an entry in the manual. Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
13ce6e1c2f
commit
aae22722fc
1 changed files with 5 additions and 1 deletions
|
@ -674,4 +674,8 @@ The fdtdump program prints a readable version of a flat device tree file.
|
|||
|
||||
The syntax of the fdtdump command line is:
|
||||
|
||||
fdtdump <DTB-file-name>
|
||||
fdtdump [options] <DTB-file-name>
|
||||
|
||||
Where options are:
|
||||
-d,--debug Dump debug information while decoding the file
|
||||
-s,--scan Scan for an embedded fdt in given file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue