All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: include config.h in arch/arm/lib/vectors.S
@ 2014-07-07  9:07 Christian Riesch
  2014-08-30 15:13 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Riesch @ 2014-07-07  9:07 UTC (permalink / raw)
  To: u-boot

config.h is required for CONFIG_SYS_DV_NOR_BOOT_CFG.

Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
Reported-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Heiko Schocher <hs@denx.de>
Cc: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
---
 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 e6538ef..493f337 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>
+
 /*
  *************************************************************************
  *
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] arm: include config.h in arch/arm/lib/vectors.S
  2014-07-07  9:07 [U-Boot] [PATCH] arm: include config.h in arch/arm/lib/vectors.S Christian Riesch
@ 2014-08-30 15:13 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2014-08-30 15:13 UTC (permalink / raw)
  To: u-boot

On Mon, Jul 07, 2014 at 11:07:25AM +0200, Christian Riesch wrote:

> config.h is required for CONFIG_SYS_DV_NOR_BOOT_CFG.
> 
> Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
> Reported-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Albert Aribaud <albert.u.boot@aribaud.net>
> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Sudhakar Rajashekhara <sudhakar.raj@ti.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140830/d0c7dcd1/attachment.pgp>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-30 15:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-07  9:07 [U-Boot] [PATCH] arm: include config.h in arch/arm/lib/vectors.S Christian Riesch
2014-08-30 15:13 ` [U-Boot] " Tom Rini

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.