From db993fc8ec8454cbefa16e8ab736d79b25515765 Mon Sep 17 00:00:00 2001 From: Christian Riesch Date: Mon, 7 Jul 2014 11:07:25 +0200 Subject: arm: include config.h in arch/arm/lib/vectors.S config.h is required for CONFIG_SYS_DV_NOR_BOOT_CFG. Signed-off-by: Christian Riesch Reported-by: Masahiro Yamada Cc: Albert Aribaud Cc: Masahiro Yamada Cc: Heiko Schocher Cc: Sudhakar Rajashekhara --- arch/arm/lib/vectors.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/lib/vectors.S b/arch/arm/lib/vectors.S index e6538eff43..493f3373f3 100644 --- a/arch/arm/lib/vectors.S +++ b/arch/arm/lib/vectors.S @@ -13,6 +13,8 @@ * SPDX-License-Identifier: GPL-2.0+ */ +#include + /* ************************************************************************* * -- cgit v1.2.1