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>
This commit is contained in:
Paul Brook 2009-05-19 14:52:42 +01:00
parent fd6dc90ba0
commit bba831e80f
9 changed files with 14 additions and 33 deletions

View file

@ -37,15 +37,10 @@
#include "audio/audio.h"
#include "boards.h"
#include "qemu-log.h"
#include "mips-bios.h"
//#define DEBUG_BOARD_INIT
#ifdef TARGET_WORDS_BIGENDIAN
#define BIOS_FILENAME "mips_bios.bin"
#else
#define BIOS_FILENAME "mipsel_bios.bin"
#endif
#ifdef TARGET_MIPS64
#define PHYS_TO_VIRT(x) ((x) | ~0x7fffffffULL)
#else