[U-Boot] [PATCH v1] arm: include config.h in vectors.S

Albert ARIBAUD albert.u.boot at aribaud.net
Wed Aug 20 11:33:20 CEST 2014


Hi Chris,

On Tue, 05 Aug 2014 20:30:36 +1200, Chris Packham
<judge.packham at gmail.com> wrote:

> On 14/07/14 17:01, Chris Packham wrote:
> > In order to use configuration flags it is necessary to include config.h.
> > Without this arm targets that use CONFIG_USE_IRQ or CONFIG_SPL_BUILD
> > won't get the correct code.
> > 
> > Signed-off-by: Chris Packham <judge.packham at gmail.com>
> > ---
> > Resent without corporate disclaimer
> > 
> >  arch/arm/lib/vectors.S |    1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/arch/arm/lib/vectors.S b/arch/arm/lib/vectors.S
> > index e6538ef..a8b6c53 100644
> > --- a/arch/arm/lib/vectors.S
> > +++ b/arch/arm/lib/vectors.S
> > @@ -12,6 +12,7 @@
> >   *
> >   * SPDX-License-Identifier:	GPL-2.0+
> >   */
> > +#include <config.h>
> >  
> >  /*
> >   *************************************************************************
> > 
> 
> Ping?

Underway -- will get in Real Soon Now.

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list