public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] tools: image-host.c: remove uboot_aes.h
@ 2020-02-18 16:23 Philippe Reynes
  2020-02-19 17:17 ` Andrew F. Davis
  2020-02-25 19:00 ` Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Philippe Reynes @ 2020-02-18 16:23 UTC (permalink / raw)
  To: u-boot

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@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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-25 19:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-18 16:23 [PATCH] tools: image-host.c: remove uboot_aes.h Philippe Reynes
2020-02-19 17:17 ` Andrew F. Davis
2020-02-19 17:18   ` Bajjuri, Praneeth
2020-02-25 19:00 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox