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