]>
Commit | Line | Data |
---|---|---|
be01029e | 1 | #include "qemu/units.h" |
bba831e8 PB |
2 | #include "cpu.h" |
3 | ||
be01029e | 4 | #define BIOS_SIZE (4 * MiB) |
bba831e8 PB |
5 | #ifdef TARGET_WORDS_BIGENDIAN |
6 | #define BIOS_FILENAME "mips_bios.bin" | |
7 | #else | |
8 | #define BIOS_FILENAME "mipsel_bios.bin" | |
9 | #endif |