xref: /openbmc/u-boot/arch/microblaze/include/asm/spl.h (revision 78a88f79)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2013 - 2014 Xilinx, Inc
4  *
5  * Michal Simek <michal.simek@xilinx.com>
6  */
7 
8 #ifndef _ASM_MICROBLAZE_SPL_H_
9 #define _ASM_MICROBLAZE_SPL_H_
10 
11 #define BOOT_DEVICE_RAM		1
12 #define BOOT_DEVICE_NOR		2
13 #define BOOT_DEVICE_SPI		3
14 
15 #endif
16