summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/arch/microblaze/include/asm/spl.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/arch/microblaze/include/asm/spl.h')
-rw-r--r--qemu/roms/u-boot/arch/microblaze/include/asm/spl.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/qemu/roms/u-boot/arch/microblaze/include/asm/spl.h b/qemu/roms/u-boot/arch/microblaze/include/asm/spl.h
deleted file mode 100644
index c1cae6cf0..000000000
--- a/qemu/roms/u-boot/arch/microblaze/include/asm/spl.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * (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