[PATCH] arch: arm: Fix SZ_64K undeclared compilation error
Priyanka Jain (OSS)
priyanka.jain at oss.nxp.com
Wed Feb 19 08:03:26 CET 2020
>-----Original Message-----
>From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Bharat Kumar
>Reddy
>Sent: Tuesday, February 18, 2020 4:19 PM
>To: Wasim Khan <wasim.khan at nxp.com>; Priyanka Jain
><priyanka.jain at nxp.com>; vladimir.olovyannikov at broadcom.com
>Cc: u-boot at lists.denx.de
>Subject: Re: [PATCH] arch: arm: Fix SZ_64K undeclared compilation error
>
>Looks good to me.
>
>On 14/02/20 11:00 am, Wasim Khan wrote:
>> Macro SZ_64K is undeclared. Include sizes.h to fix the compilation
>> error.
>>
>> Signed-off-by: Wasim Khan <wasim.khan at nxp.com>
>> ---
>> arch/arm/lib/gic-v3-its.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/lib/gic-v3-its.c b/arch/arm/lib/gic-v3-its.c
>> index e19ab01..6ee22d2 100644
>> --- a/arch/arm/lib/gic-v3-its.c
>> +++ b/arch/arm/lib/gic-v3-its.c
>> @@ -6,6 +6,7 @@
>> #include <asm/gic.h>
>> #include <asm/gic-v3.h>
>> #include <asm/io.h>
>> +#include <linux/sizes.h>
>>
>> static u32 lpi_id_bits;
>>
Tom,
Some of patches in my backlog are dependent on this. Can you please apply this fix.
Thanks
priyankajain
More information about the U-Boot
mailing list