From patchwork Tue Feb 18 16:23:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe REYNES X-Patchwork-Id: 236515 List-Id: U-Boot discussion From: philippe.reynes at softathome.com (Philippe Reynes) Date: Tue, 18 Feb 2020 17:23:20 +0100 Subject: [PATCH] tools: image-host.c: remove uboot_aes.h Message-ID: <1582043000-27925-1-git-send-email-philippe.reynes@softathome.com> The include uboot_aes.h is not usefull and it breaks the compilation on android, so we remove it. Signed-off-by: Philippe Reynes Reported-by: Praneeth Bajjuri --- tools/image-host.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/image-host.c b/tools/image-host.c index 9483561..76a361b 100644 --- a/tools/image-host.c +++ b/tools/image-host.c @@ -12,7 +12,6 @@ #include #include #include -#include /** * fit_set_hash_value - set hash value in requested has node