diff options
| author | Christian Riesch <[email protected]> | 2014-07-07 11:07:25 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-08-29 15:50:43 -0400 |
| commit | db993fc8ec8454cbefa16e8ab736d79b25515765 (patch) | |
| tree | 3b8dafb27eac113ca4beab1954090076e2b4b5a4 | |
| parent | 8863aa5c984460ce1112d8db895cbf8b13a6ac9d (diff) | |
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 <[email protected]>
Reported-by: Masahiro Yamada <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Heiko Schocher <[email protected]>
Cc: Sudhakar Rajashekhara <[email protected]>
| -rw-r--r-- | arch/arm/lib/vectors.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/lib/vectors.S b/arch/arm/lib/vectors.S index e6538eff433..493f3373f3c 100644 --- a/arch/arm/lib/vectors.S +++ b/arch/arm/lib/vectors.S @@ -13,6 +13,8 @@ * SPDX-License-Identifier: GPL-2.0+ */ +#include <config.h> + /* ************************************************************************* * |
