]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
add command fitupd to run an update from a FIT image
authorAndreas Pretzsch <apr@cn-eng.de>
Sat, 16 Jul 2011 05:51:00 +0000 (05:51 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Jul 2011 14:58:48 +0000 (16:58 +0200)
commit7130a579fdba5dd1bf99508fb0b1d13317542109
tree178f2d8f2f80eb43c8fab91a9b8f3ae5ec6e5084
parent8d6b73202c65f40f88ac27f5e5d2203fe6ae3f1d
add command fitupd to run an update from a FIT image

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@cn-eng.de>
common/Makefile
common/cmd_fitupd.c [new file with mode: 0644]
doc/README.update