aboutsummaryrefslogtreecommitdiff
path: root/hw/mips-bios.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/mips-bios.h')
-rw-r--r--hw/mips-bios.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/hw/mips-bios.h b/hw/mips-bios.h
deleted file mode 100644
index b4b88ac43d..0000000000
--- a/hw/mips-bios.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "cpu.h"
-
-#define BIOS_SIZE (4 * 1024 * 1024)
-#ifdef TARGET_WORDS_BIGENDIAN
-#define BIOS_FILENAME "mips_bios.bin"
-#else
-#define BIOS_FILENAME "mipsel_bios.bin"
-#endif