diff mbox series

tools: image-host.c: remove uboot_aes.h

Message ID 1582043000-27925-1-git-send-email-philippe.reynes@softathome.com
State Accepted
Commit a3ca99c26084f25aee001c40189d999815c99d8e
Delegated to: Tom Rini
Headers show
Series tools: image-host.c: remove uboot_aes.h | expand

Commit Message

Philippe REYNES Feb. 18, 2020, 4:23 p.m. UTC
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(-)

Comments

Andrew Davis Feb. 19, 2020, 5:17 p.m. UTC | #1
+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@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
>
Praneeth Bajjuri Feb. 19, 2020, 5:18 p.m. UTC | #2
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@softathome.com>


Reported-by: Praneeth Bajjuri <praneeth@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
>>
Tom Rini Feb. 25, 2020, 7 p.m. UTC | #3
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@softathome.com>
> Reported-by: Praneeth Bajjuri <praneeth@ti.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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