mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
arm: spl: fix include guard
cc: Tom Rini <trini@ti.com> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
committed by
Albert ARIBAUD
parent
4009bed469
commit
ed6c7f7f6e
@@ -5,7 +5,7 @@
|
|||||||
* SPDX-License-Identifier: GPL-2.0+
|
* SPDX-License-Identifier: GPL-2.0+
|
||||||
*/
|
*/
|
||||||
#ifndef _ASM_ARCH_SPL_H_
|
#ifndef _ASM_ARCH_SPL_H_
|
||||||
#define _ASM_SPL_H_
|
#define _ASM_ARCH_SPL_H_
|
||||||
|
|
||||||
#define BOOT_DEVICE_SPI 2
|
#define BOOT_DEVICE_SPI 2
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
* SPDX-License-Identifier: GPL-2.0+
|
* SPDX-License-Identifier: GPL-2.0+
|
||||||
*/
|
*/
|
||||||
#ifndef _ASM_ARCH_SPL_H_
|
#ifndef _ASM_ARCH_SPL_H_
|
||||||
#define _ASM_SPL_H_
|
#define _ASM_ARCH_SPL_H_
|
||||||
|
|
||||||
#define BOOT_DEVICE_NONE 0
|
#define BOOT_DEVICE_NONE 0
|
||||||
#define BOOT_DEVICE_XIP 1
|
#define BOOT_DEVICE_XIP 1
|
||||||
|
Reference in New Issue
Block a user