]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: spl: fix include guard
authorJeroen Hofstee <jeroen@myspectrum.nl>
Wed, 11 Jun 2014 20:01:48 +0000 (22:01 +0200)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 5 Jul 2014 07:28:21 +0000 (09:28 +0200)
cc: Tom Rini <trini@ti.com>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
arch/arm/include/asm/arch-keystone/spl.h
arch/arm/include/asm/arch-sunxi/spl.h

index 7012ea7ff0e5a02a00b18d6e26e9efa1ed2afe72..a7102d564099b0380eb198d6bd12d00035762f73 100644 (file)
@@ -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
 
index ff871bcaeee689188b3305a3e0c7fffe27c16c65..acbec46cb8b796d5b68617c07b1654676a66176e 100644 (file)
@@ -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