xref: /openbmc/u-boot/arch/powerpc/include/asm/spl.h (revision 9450ab2b)
1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
2083f2e08SStefan Roese /*
3083f2e08SStefan Roese  * (C) Copyright 2012
4083f2e08SStefan Roese  * Texas Instruments, <www.ti.com>
5083f2e08SStefan Roese  */
6083f2e08SStefan Roese #ifndef	_ASM_SPL_H_
7083f2e08SStefan Roese #define	_ASM_SPL_H_
8083f2e08SStefan Roese 
9083f2e08SStefan Roese #define BOOT_DEVICE_NOR		1
10083f2e08SStefan Roese 
11083f2e08SStefan Roese #endif
12