summaryrefslogtreecommitdiffstats
path: root/hw/mips_jazz.c
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_jazz.c
parentfd6dc90ba0932f082ac8284cc957dd7efd89d014 (diff)
downloadhqemu-bba831e80fd15f439ac694950759032a8c71793b.zip
hqemu-bba831e80fd15f439ac694950759032a8c71793b.tar.gz
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_jazz.c')
-rw-r--r--hw/mips_jazz.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/hw/mips_jazz.c b/hw/mips_jazz.c
index 292137f..49c0b46 100644
--- a/hw/mips_jazz.c
+++ b/hw/mips_jazz.c
@@ -32,12 +32,7 @@
#include "boards.h"
#include "net.h"
#include "scsi.h"
-
-#ifdef TARGET_WORDS_BIGENDIAN
-#define BIOS_FILENAME "mips_bios.bin"
-#else
-#define BIOS_FILENAME "mipsel_bios.bin"
-#endif
+#include "mips-bios.h"
enum jazz_model_e
{
OpenPOWER on IntegriCloud