[U-Boot] [PATCH v2 2/2] add command fitupd to run an update from a FIT image

Wolfgang Denk wd at denx.de
Tue Jul 26 16:59:02 CEST 2011


Dear Andreas Pretzsch,

In message <1310831460-14450-3-git-send-email-apr at cn-eng.de> you wrote:
> Command calls update_tftp() analogous to automatic update described
> in doc/README.update.
> 
> Usage:
> fitupd [addr]
>         - run update from FIT image at addr
>           or from tftp 'updatefile'
> 
> Signed-off-by: Andreas Pretzsch <apr at cn-eng.de>
> ---
> Changes for v2:
>    - void update_tftp() => int update_tftp(): return success/fail
> ---
>  common/Makefile     |    1 +
>  common/cmd_fitupd.c |   36 ++++++++++++++++++++++++++++++++++++
>  doc/README.update   |    5 +++++
>  3 files changed, 42 insertions(+), 0 deletions(-)
>  create mode 100644 common/cmd_fitupd.c

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Harrisberger's Fourth Law of the Lab:
	Experience is directly proportional to the
	amount of equipment ruined.


More information about the U-Boot mailing list