[PATCH] tools: image-host.c: remove uboot_aes.h

Philippe Reynes philippe.reynes at softathome.com
Tue Feb 18 17:23:20 CET 2020


The include uboot_aes.h is not usefull and
it breaks the compilation on android, so
we remove it.

Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com>
---
 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 <bootm.h>
 #include <image.h>
 #include <version.h>
-#include <uboot_aes.h>
 
 /**
  * fit_set_hash_value - set hash value in requested has node
-- 
2.7.4



More information about the U-Boot mailing list