public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH] arch: arm: Fix SZ_64K undeclared compilation error
Date: Wed, 19 Feb 2020 07:21:03 -0500	[thread overview]
Message-ID: <20200219122103.GU18302@bill-the-cat> (raw)
In-Reply-To: <VE1PR04MB649412B8A60E432E58078E9BE6100@VE1PR04MB6494.eurprd04.prod.outlook.com>

On Wed, Feb 19, 2020 at 07:03:26AM +0000, Priyanka Jain (OSS) wrote:
> >-----Original Message-----
> >From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Bharat Kumar
> >Reddy
> >Sent: Tuesday, February 18, 2020 4:19 PM
> >To: Wasim Khan <wasim.khan@nxp.com>; Priyanka Jain
> ><priyanka.jain@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@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.

Reviewed-by: Tom Rini <trini@konsulko.com>

Please just pick it up, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200219/d4b244df/attachment.sig>

  reply	other threads:[~2020-02-19 12:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-14  5:30 [PATCH] arch: arm: Fix SZ_64K undeclared compilation error Wasim Khan
2020-02-18 10:48 ` Bharat Kumar Reddy
2020-02-19  7:03   ` Priyanka Jain
2020-02-19 12:21     ` Tom Rini [this message]
2020-02-25 19:00 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200219122103.GU18302@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox