aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mkimage/patches/050-Add-compatibility-with-non-Linux-hosts.patch
diff options
context:
space:
mode:
authorHuangbin Zhan <zhanhb88@gmail.com>2021-11-26 08:38:31 +0800
committerChristian Lamparter <chunkeey@gmail.com>2021-12-27 13:51:41 +0100
commitb6385a36680b6924239cbc6766a253cab45db8d9 (patch)
tree2f7d0b90461ed2478538bd89a6357ff6e8ad0b8c /tools/mkimage/patches/050-Add-compatibility-with-non-Linux-hosts.patch
parenta0ad1f36f0afe5c29dde6a66bd5d89fa4842874f (diff)
downloadupstream-b6385a36680b6924239cbc6766a253cab45db8d9.tar.gz
upstream-b6385a36680b6924239cbc6766a253cab45db8d9.tar.bz2
upstream-b6385a36680b6924239cbc6766a253cab45db8d9.zip
tools/mkimage: update to 2021.10
Changelog: - upstream now needs OpenSSL in order to be able to sign FITs. See: commit cb9faa6f98ae ("tools: Use a single target-independent config to enable OpenSSL") - removes upstream patches. Link: https://github.com/u-boot/u-boot/commit/cb9faa6f98ae56d70d59505dad290dd3d381cb7b Tested-by: Sergey V. Lobanov <sergey@lobanov.in> Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com> Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'tools/mkimage/patches/050-Add-compatibility-with-non-Linux-hosts.patch')
-rw-r--r--tools/mkimage/patches/050-Add-compatibility-with-non-Linux-hosts.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/mkimage/patches/050-Add-compatibility-with-non-Linux-hosts.patch b/tools/mkimage/patches/050-Add-compatibility-with-non-Linux-hosts.patch
index 5b87a259db..7b71dce3b3 100644
--- a/tools/mkimage/patches/050-Add-compatibility-with-non-Linux-hosts.patch
+++ b/tools/mkimage/patches/050-Add-compatibility-with-non-Linux-hosts.patch
@@ -15,11 +15,9 @@ __u64 is not available on FreeBSD, remove its usage.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
include/image.h | 2 ++
- include/imx8image.h | 5 +++++
include/linux/posix_types.h | 2 ++
include/linux/types.h | 4 +++-
- lib/rsa/rsa-sign.c | 2 +-
- 5 files changed, 13 insertions(+), 2 deletions(-)
+ 3 files changed, 7 insertions(+), 1 deletion(-)
--- a/include/image.h
+++ b/include/image.h