All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: spl: fix include guard
@ 2014-06-11 20:01 Jeroen Hofstee
  2014-07-05  8:16 ` Albert ARIBAUD
  0 siblings, 1 reply; 2+ messages in thread
From: Jeroen Hofstee @ 2014-06-11 20:01 UTC (permalink / raw)
  To: u-boot

cc: Tom Rini <trini@ti.com>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
---
 arch/arm/include/asm/arch-keystone/spl.h | 2 +-
 arch/arm/include/asm/arch-sunxi/spl.h    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/include/asm/arch-keystone/spl.h b/arch/arm/include/asm/arch-keystone/spl.h
index 7012ea7..a7102d5 100644
--- a/arch/arm/include/asm/arch-keystone/spl.h
+++ b/arch/arm/include/asm/arch-keystone/spl.h
@@ -5,7 +5,7 @@
  * SPDX-License-Identifier:	GPL-2.0+
  */
 #ifndef _ASM_ARCH_SPL_H_
-#define _ASM_SPL_H_
+#define _ASM_ARCH_SPL_H_
 
 #define BOOT_DEVICE_SPI        2
 
diff --git a/arch/arm/include/asm/arch-sunxi/spl.h b/arch/arm/include/asm/arch-sunxi/spl.h
index ff871bc..acbec46 100644
--- a/arch/arm/include/asm/arch-sunxi/spl.h
+++ b/arch/arm/include/asm/arch-sunxi/spl.h
@@ -7,7 +7,7 @@
  * SPDX-License-Identifier:	GPL-2.0+
  */
 #ifndef	_ASM_ARCH_SPL_H_
-#define	_ASM_SPL_H_
+#define	_ASM_ARCH_SPL_H_
 
 #define BOOT_DEVICE_NONE	0
 #define BOOT_DEVICE_XIP		1
-- 
1.8.3.2

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

* [U-Boot] [PATCH] arm: spl: fix include guard
  2014-06-11 20:01 [U-Boot] [PATCH] arm: spl: fix include guard Jeroen Hofstee
@ 2014-07-05  8:16 ` Albert ARIBAUD
  0 siblings, 0 replies; 2+ messages in thread
From: Albert ARIBAUD @ 2014-07-05  8:16 UTC (permalink / raw)
  To: u-boot

Hi Jeroen,

On Wed, 11 Jun 2014 22:01:48 +0200, Jeroen Hofstee
<jeroen@myspectrum.nl> wrote:

> cc: Tom Rini <trini@ti.com>
> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
> ---
>  arch/arm/include/asm/arch-keystone/spl.h | 2 +-
>  arch/arm/include/asm/arch-sunxi/spl.h    | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/include/asm/arch-keystone/spl.h b/arch/arm/include/asm/arch-keystone/spl.h
> index 7012ea7..a7102d5 100644
> --- a/arch/arm/include/asm/arch-keystone/spl.h
> +++ b/arch/arm/include/asm/arch-keystone/spl.h
> @@ -5,7 +5,7 @@
>   * SPDX-License-Identifier:	GPL-2.0+
>   */
>  #ifndef _ASM_ARCH_SPL_H_
> -#define _ASM_SPL_H_
> +#define _ASM_ARCH_SPL_H_
>  
>  #define BOOT_DEVICE_SPI        2
>  
> diff --git a/arch/arm/include/asm/arch-sunxi/spl.h b/arch/arm/include/asm/arch-sunxi/spl.h
> index ff871bc..acbec46 100644
> --- a/arch/arm/include/asm/arch-sunxi/spl.h
> +++ b/arch/arm/include/asm/arch-sunxi/spl.h
> @@ -7,7 +7,7 @@
>   * SPDX-License-Identifier:	GPL-2.0+
>   */
>  #ifndef	_ASM_ARCH_SPL_H_
> -#define	_ASM_SPL_H_
> +#define	_ASM_ARCH_SPL_H_
>  
>  #define BOOT_DEVICE_NONE	0
>  #define BOOT_DEVICE_XIP		1

Considered a fix for potential bugs/compiler errors, and applied as such
to u-boot-arm/master, thanks.

(Tom, this means another ARM PR today, with this fix and a couple of
switches to generic board and a harmless code-move patch for socfpga.)

Amicalement,
-- 
Albert.

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

end of thread, other threads:[~2014-07-05  8:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-11 20:01 [U-Boot] [PATCH] arm: spl: fix include guard Jeroen Hofstee
2014-07-05  8:16 ` Albert ARIBAUD

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.