]> Git Repo - J-u-boot.git/commitdiff
tools: image-host.c: remove uboot_aes.h
authorPhilippe Reynes <[email protected]>
Tue, 18 Feb 2020 16:23:20 +0000 (17:23 +0100)
committerTom Rini <[email protected]>
Tue, 25 Feb 2020 16:29:39 +0000 (11:29 -0500)
The include uboot_aes.h is not useful and
it breaks the compilation on android, so
we remove it.

Signed-off-by: Philippe Reynes <[email protected]>
Reported-by: Praneeth Bajjuri <[email protected]>
tools/image-host.c

index 9483561bfa518487366a131d81d2c94d509081f1..76a361b9d678340fb3ff1166f8619384cf98d478 100644 (file)
@@ -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
This page took 0.041062 seconds and 4 git commands to generate.