From bba831e80fd15f439ac694950759032a8c71793b Mon Sep 17 00:00:00 2001 From: Paul Brook <paul@codesourcery.com> 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 <paul@codesourcery.com> --- hw/mips-bios.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hw/mips-bios.h (limited to 'hw/mips-bios.h') diff --git a/hw/mips-bios.h b/hw/mips-bios.h new file mode 100644 index 0000000..b4b88ac --- /dev/null +++ b/hw/mips-bios.h @@ -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 -- cgit v1.1