xref: /rk3399_rockchip-uboot/arch/microblaze/include/asm/spl.h (revision ea3857230c2d7428e8c22a9d063b4a5b86b34a0c)
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