]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/microblaze/include/asm/spl.h
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.git] / arch / microblaze / include / asm / spl.h
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