From bba831e80fd15f439ac694950759032a8c71793b Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Tue, 19 May 2009 14:52:42 +0100 Subject: 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 --- hw/mips_mipssim.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'hw/mips_mipssim.c') diff --git a/hw/mips_mipssim.c b/hw/mips_mipssim.c index 54656ad194..b3f190e21a 100644 --- a/hw/mips_mipssim.c +++ b/hw/mips_mipssim.c @@ -31,12 +31,7 @@ #include "net.h" #include "sysemu.h" #include "boards.h" - -#ifdef TARGET_WORDS_BIGENDIAN -#define BIOS_FILENAME "mips_bios.bin" -#else -#define BIOS_FILENAME "mipsel_bios.bin" -#endif +#include "mips-bios.h" #ifdef TARGET_MIPS64 #define PHYS_TO_VIRT(x) ((x) | ~0x7fffffffULL) -- cgit v1.2.3