mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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:
parent
fd6dc90ba0
commit
bba831e80f
9 changed files with 14 additions and 33 deletions
|
@ -16,12 +16,7 @@
|
|||
#include "boards.h"
|
||||
#include "flash.h"
|
||||
#include "qemu-log.h"
|
||||
|
||||
#ifdef TARGET_WORDS_BIGENDIAN
|
||||
#define BIOS_FILENAME "mips_bios.bin"
|
||||
#else
|
||||
#define BIOS_FILENAME "mipsel_bios.bin"
|
||||
#endif
|
||||
#include "mips-bios.h"
|
||||
|
||||
#define PHYS_TO_VIRT(x) ((x) | ~(target_ulong)0x7fffffff)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue