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

2014-08-20 Thread Albert ARIBAUD
Hi Chris, On Tue, 05 Aug 2014 20:30:36 +1200, Chris Packham 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. > >

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

2014-08-19 Thread Christian Riesch
Hi Albert, On Tue, Aug 5, 2014 at 10:30 AM, Chris Packham 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. >> >> Signe

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

2014-08-05 Thread Chris Packham
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 > --- > Resent without corporate disclaimer > >

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

2014-07-13 Thread Chris Packham
On Mon, Jul 14, 2014 at 4:53 PM, 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 > --- > > arch/arm/lib/vectors.S