Browse Source
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>stable-0.11
9 changed files with 14 additions and 33 deletions
@ -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 |
|||
Loading…
Reference in new issue