commit | c5d88a52b26a2197e3e6d262840f08017ac43ac2 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Jun 11 22:01:48 2014 +0200 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Jul 05 09:28:21 2014 +0200 |
tree | b7008a647982819c3bcd02935e0778afdde9f208 | |
parent | 3cdb8767807fae13a83c2ee32b6a8330c9a58e6a [diff] [blame] |
arm: spl: fix include guard cc: Tom Rini <trini@ti.com> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
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