summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-06-11 22:01:48 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-07-05 09:28:21 +0200
commited6c7f7f6ed23fce046c19d7a0f8dea66a973081 (patch)
treeb7008a647982819c3bcd02935e0778afdde9f208 /arch
parent4009bed4694892716d280fcb088899b566c5c986 (diff)
downloadblackbird-obmc-uboot-ed6c7f7f6ed23fce046c19d7a0f8dea66a973081.tar.gz
blackbird-obmc-uboot-ed6c7f7f6ed23fce046c19d7a0f8dea66a973081.zip
arm: spl: fix include guard
cc: Tom Rini <trini@ti.com> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-keystone/spl.h2
-rw-r--r--arch/arm/include/asm/arch-sunxi/spl.h2
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 7012ea7ff0..a7102d5640 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 ff871bcaee..acbec46cb8 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
OpenPOWER on IntegriCloud