From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Wed, 20 Aug 2014 11:33:20 +0200 Subject: [U-Boot] [PATCH v1] arm: include config.h in vectors.S In-Reply-To: <53E0962C.8000405@gmail.com> References: <1405314094-25139-1-git-send-email-judge.packham@gmail.com> <53E0962C.8000405@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. > > > > Signed-off-by: Chris Packham > > --- > > 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 > > > > /* > > ************************************************************************* > > > > Ping? Underway -- will get in Real Soon Now. Amicalement, -- Albert.