diff options
author | Heiko Schocher <hs@denx.de> | 2014-03-03 12:19:29 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-21 16:39:37 -0400 |
commit | 6bf4ca076f8c7a3c1c5abd1cbb059516f7af15df (patch) | |
tree | 44f41ca0a49cc50634747550fd5932aaceadb932 /tools/.gitignore | |
parent | bf007ebb6f4b01af675782d23bacbddd17e1a627 (diff) |
tools, fit: add fit_info host command
add fit_info command to the host tools. This command prints
the name, offset and the len from a property from a node in
a fit file. This info can be used to extract a properties
data with linux tools, for example "dd".
Signed-off-by: Heiko Schocher <hs@denx.de>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/.gitignore')
-rw-r--r-- | tools/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/.gitignore b/tools/.gitignore index 2a90dfe83a5..2f6ecc740a9 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,5 +1,6 @@ /bmp_logo /envcrc +/fit_info /gen_eth_addr /img2srec /kwboot |