tools: mkimage: Update U-Boot to version 2021.01
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 6 Jan 2021 18:36:44 +0000 (19:36 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 8 Feb 2021 21:46:27 +0000 (22:46 +0100)
commite6ccb40ba5bedbc4a27ddea4a858f17c3496a43f
tree9f0ee1581d0310d45693a76e6e725c803c178ae4
parent3e7c7d444642c52148e5ed8c24450faba0396c97
tools: mkimage: Update U-Boot to version 2021.01

* The fit image is now created with 0666 permission in upstream U-Boot
  remove our patch switch creates it with 0744
* The generated/autoconf.h file is created now as an empty file, it is
  not needed to remove this include any more.
* Upstream lib/rsa/rsa-sign.c now includes stdlib.h instead of malloc.h
* ALIGN_MASK was moved to imagetool.h, own patch should not be needed
  any more.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
tools/mkimage/Makefile
tools/mkimage/patches/020-fix-file-creation-perms.patch [deleted file]
tools/mkimage/patches/030-allow-to-use-different-magic.patch
tools/mkimage/patches/050-Add-compatibility-with-non-Linux-hosts.patch
tools/mkimage/patches/070-remove_generated_autoconf.patch [deleted file]
tools/mkimage/patches/210-link-libcrypto-static.patch