From b6385a36680b6924239cbc6766a253cab45db8d9 Mon Sep 17 00:00:00 2001 From: Huangbin Zhan Date: Fri, 26 Nov 2021 08:38:31 +0800 Subject: 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 Signed-off-by: Huangbin Zhan Signed-off-by: Christian Lamparter --- .../mkimage/patches/050-Add-compatibility-with-non-Linux-hosts.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools/mkimage/patches/050-Add-compatibility-with-non-Linux-hosts.patch') 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 --- 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 -- cgit v1.2.3