
Dear Bartlomiej,
in message 48F493C4.30404@semihalf.com you wrote:
Seems that the bulk of the feature didn't make it into the 'next' branch. Commit 'Automatic software update from TFTP server' on the branch (b830abed) shows only the following files modified:
common/Makefile
Whereas the patch posted to the list ('[PATCH v2 5/6] Automatic software update from TFTP server') has the following diffstat:
README | 12 ++ common/Makefile | 1 + common/main.c | 7 + common/update.c | 315 +++++++++++++++++++++++++++++++++++++++ doc/README.update | 90 +++++++++++ doc/uImage.FIT/update3.its | 41 +++++ doc/uImage.FIT/update_uboot.its | 21 +++ 7 files changed, 487 insertions(+), 0 deletions(-) create mode 100644 common/update.c create mode 100644 doc/README.update create mode 100644 doc/uImage.FIT/update3.its create mode 100644 doc/uImage.FIT/update_uboot.its
The above changes and newly added files associated with the feature are not present in the tree.
Other commits needed for the auto-update feature are present on the 'next' branch and look OK.
I think I understand what happened, and fixed it.
Please check again.
Thanks.
Best regards,
Wolfgang Denk