Prepare v2023.10
[platform/kernel/u-boot.git] / arch / microblaze / include / asm / spl.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2013 - 2014 Xilinx, Inc
4  *
5  * Michal Simek <michal.simek@amd.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