blob: c1cae6cf0fe6b29ffd14676f52467bd7dad239e5 [file] [log] [blame]
Michal Simek9d242742014-01-21 07:30:37 +01001/*
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