
On Mon, Jul 14, 2014 at 4:53 PM, Chris Packham judge.packham@gmail.com 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
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>
/*
-- 2.0.0.rc2
NOTICE: This message contains privileged and confidential information intended only for the use of the addressee named above. If you are not the intended recipient of this message you are hereby notified that you must not disseminate, copy or take any action in reliance on it. If you have received this message in error please notify Allied Telesis Labs Ltd immediately. Any views expressed in this message are those of the individual sender, except where the sender has the authority to issue and specifically states them to be the views of Allied Telesis Labs.
Grr. I'll resend via a decent smtp gateway.