diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2014-06-11 22:01:48 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-07-05 09:28:21 +0200 |
commit | ed6c7f7f6ed23fce046c19d7a0f8dea66a973081 (patch) | |
tree | b7008a647982819c3bcd02935e0778afdde9f208 /arch/arm/include/asm/arch-sunxi/spl.h | |
parent | 4009bed4694892716d280fcb088899b566c5c986 (diff) | |
download | u-boot-imx-ed6c7f7f6ed23fce046c19d7a0f8dea66a973081.zip u-boot-imx-ed6c7f7f6ed23fce046c19d7a0f8dea66a973081.tar.gz u-boot-imx-ed6c7f7f6ed23fce046c19d7a0f8dea66a973081.tar.bz2 |
arm: spl: fix include guard
cc: Tom Rini <trini@ti.com>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'arch/arm/include/asm/arch-sunxi/spl.h')
-rw-r--r-- | arch/arm/include/asm/arch-sunxi/spl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |