From: Chris Packham <judge.packham@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1] arm: include config.h in vectors.S
Date: Tue, 05 Aug 2014 20:30:36 +1200 [thread overview]
Message-ID: <53E0962C.8000405@gmail.com> (raw)
In-Reply-To: <1405314094-25139-1-git-send-email-judge.packham@gmail.com>
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@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?
next prev parent reply other threads:[~2014-08-05 8:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-14 5:01 [U-Boot] [PATCH v1] arm: include config.h in vectors.S Chris Packham
2014-08-05 8:30 ` Chris Packham [this message]
2014-08-20 6:23 ` Christian Riesch
2014-08-20 9:33 ` Albert ARIBAUD
-- strict thread matches above, loose matches on Subject: below --
2014-07-14 4:53 Chris Packham
2014-07-14 4:55 ` Chris Packham
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=53E0962C.8000405@gmail.com \
--to=judge.packham@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.