aboutsummaryrefslogtreecommitdiff
path: root/include/hw/mips/bios.h
blob: d67ef33e8383bafcbe95443096683cd6619f30be (plain)
1
2
3
4
5
6
7
8
9
#include "qemu/units.h"
#include "cpu.h"

#define BIOS_SIZE (4 * MiB)
#ifdef TARGET_WORDS_BIGENDIAN
#define BIOS_FILENAME "mips_bios.bin"
#else
#define BIOS_FILENAME "mipsel_bios.bin"
#endif