Statistics
| Branch: | Revision:

root / hw / mips-bios.h @ 06113719

History | View | Annotate | Download (175 Bytes)

1 bba831e8 Paul Brook
#include "cpu.h"
2 bba831e8 Paul Brook
3 bba831e8 Paul Brook
#define BIOS_SIZE (4 * 1024 * 1024)
4 bba831e8 Paul Brook
#ifdef TARGET_WORDS_BIGENDIAN
5 bba831e8 Paul Brook
#define BIOS_FILENAME "mips_bios.bin"
6 bba831e8 Paul Brook
#else
7 bba831e8 Paul Brook
#define BIOS_FILENAME "mipsel_bios.bin"
8 bba831e8 Paul Brook
#endif