Message ID | 1582043000-27925-1-git-send-email-philippe.reynes@softathome.com |
---|---|
State | Accepted |
Commit | a3ca99c26084f25aee001c40189d999815c99d8e |
Headers | show |
Series | tools: image-host.c: remove uboot_aes.h | expand |
+Praneeth On 2/18/20 11:23 AM, Philippe Reynes wrote: > 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 >
On 2/19/2020 11:17 AM, Andrew F. Davis wrote: > +Praneeth > > On 2/18/20 11:23 AM, Philippe Reynes wrote: >> The include uboot_aes.h is not usefull and >> it breaks the compilation on android, so >> we remove it. Thanks for the fix. >> >> Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com> Reported-by: Praneeth Bajjuri <praneeth at ti.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 >>
On Tue, Feb 18, 2020 at 05:23:20PM +0100, Philippe Reynes wrote: > 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> > Reported-by: Praneeth Bajjuri <praneeth at ti.com> Applied to u-boot/master, thanks!
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
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(-)