commit | 8d6b73202c65f40f88ac27f5e5d2203fe6ae3f1d | [log] [tgz] |
---|---|---|
author | Andreas Pretzsch <apr@cn-eng.de> | Sat Jul 16 05:50:59 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jul 26 16:58:44 2011 +0200 |
tree | 87c548aa0f5aa8506190cf3b67655efd75a1e9f9 | |
parent | 975afc34dd3ca51ef3f3e7c0c0dcece89dda10ae [diff] |
automatic update from FIT image: add optional address parameter Current update_tftp() flow: 1.) fetch "updatefile" from defined TFTP server 2.) check if FIT format 3.) flash contained images Add an address parameter to update_tftp(). If this address is non-zero, skip the TFTP transfer and use the image at this address. Also extend update_tftp() to return success/fail. Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>