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

2020-02-25 Thread Tom Rini
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 > Reported-by: Praneeth Bajjuri Applied to u-boot/master, thanks! -- Tom

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

2020-02-19 Thread Bajjuri, Praneeth
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 Reported-by: Praneeth Bajjuri

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

2020-02-19 Thread Andrew F. Davis
+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 > --- > tools/image-host.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git

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

2020-02-18 Thread Philippe Reynes
The include uboot_aes.h is not usefull and it breaks the compilation on android, so we remove it. Signed-off-by: Philippe Reynes --- 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 ---