diff options
Diffstat (limited to 'roms/u-boot/arch/microblaze/include/asm/spl.h')
-rw-r--r-- | roms/u-boot/arch/microblaze/include/asm/spl.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/u-boot/arch/microblaze/include/asm/spl.h b/roms/u-boot/arch/microblaze/include/asm/spl.h new file mode 100644 index 00000000..c1cae6cf --- /dev/null +++ b/roms/u-boot/arch/microblaze/include/asm/spl.h @@ -0,0 +1,16 @@ +/* + * (C) Copyright 2013 - 2014 Xilinx, Inc + * + * Michal Simek <michal.simek@xilinx.com> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef _ASM_MICROBLAZE_SPL_H_ +#define _ASM_MICROBLAZE_SPL_H_ + +#define BOOT_DEVICE_RAM 1 +#define BOOT_DEVICE_NOR 2 +#define BOOT_DEVICE_SPI 3 + +#endif |