Re: [PATCH] arch: arm: Fix SZ_64K undeclared compilation error

2020-02-25 Thread Tom Rini
On Fri, Feb 14, 2020 at 11:00:52AM +0530, Wasim Khan wrote: > Macro SZ_64K is undeclared. Include sizes.h to fix the compilation > error. > > Signed-off-by: Wasim Khan > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] arch: arm: Fix SZ_64K undeclared compilation error

2020-02-19 Thread Tom Rini
dcom.com > >Cc: u-boot@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

RE: [PATCH] arch: arm: Fix SZ_64K undeclared compilation error

2020-02-18 Thread Priyanka Jain (OSS)
>-Original Message- >From: U-Boot On Behalf Of Bharat Kumar >Reddy >Sent: Tuesday, February 18, 2020 4:19 PM >To: Wasim Khan ; Priyanka Jain >; vladimir.olovyanni...@broadcom.com >Cc: u-boot@lists.denx.de >Subject: Re: [PATCH] arch: arm: Fix SZ_64K undeclared co

Re: [PATCH] arch: arm: Fix SZ_64K undeclared compilation error

2020-02-18 Thread Bharat Kumar Reddy
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 --- arch/arm/lib/gic-v3-its.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/lib/gic-v3-its.c

[PATCH] arch: arm: Fix SZ_64K undeclared compilation error

2020-02-13 Thread Wasim Khan
Macro SZ_64K is undeclared. Include sizes.h to fix the compilation error. Signed-off-by: Wasim Khan --- 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 ---