Re: [U-Boot] [PATCH 6/7] tools, fit: add fit_info host command

2014-02-12 Thread Marek Vasut
On Monday, February 10, 2014 at 07:28:51 AM, Heiko Schocher wrote: > Hello Marek, > > Am 08.02.2014 15:16, schrieb Marek Vasut: > > On Saturday, January 25, 2014 at 07:44:28 AM, Heiko Schocher wrote: > >> add fit_info command to the host tools. This command prints > >> the name, offset and the len

Re: [U-Boot] [PATCH 6/7] tools, fit: add fit_info host command

2014-02-09 Thread Heiko Schocher
Hello Marek, Am 08.02.2014 15:16, schrieb Marek Vasut: On Saturday, January 25, 2014 at 07:44:28 AM, Heiko Schocher wrote: 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 prope

Re: [U-Boot] [PATCH 6/7] tools, fit: add fit_info host command

2014-02-08 Thread Marek Vasut
On Saturday, January 25, 2014 at 07:44:28 AM, Heiko Schocher wrote: > 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". > >

[U-Boot] [PATCH 6/7] tools, fit: add fit_info host command

2014-01-24 Thread Heiko Schocher
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 --- Makefile | 1 + tools/Makefile