aboutsummaryrefslogtreecommitdiffstats
path: root/hw/mips-bios.h
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-05-19 14:52:42 +0100
committerPaul Brook <paul@codesourcery.com>2009-05-19 14:52:42 +0100
commitbba831e80fd15f439ac694950759032a8c71793b (patch)
tree61769b2a2112c24c5e96ceaf59092eeb33a62fbc /hw/mips-bios.h
parentfd6dc90ba0932f082ac8284cc957dd7efd89d014 (diff)
Remove obsolete BIOS_SIZE from sysemu.h
BIOS_SIZE is no longer needed by vl.c, so there's no point having it in sysemu.h. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/mips-bios.h')
-rw-r--r--hw/mips-bios.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/mips-bios.h b/hw/mips-bios.h
new file mode 100644
index 000000000..b4b88ac43
--- /dev/null
+++ b/hw/mips-bios.h
@@ -0,0 +1,8 @@
+#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