aboutsummaryrefslogtreecommitdiff
path: root/include/hw/mips/bios.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/mips/bios.h')
-rw-r--r--include/hw/mips/bios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/mips/bios.h b/include/hw/mips/bios.h
index c03007999a..44acb6815b 100644
--- a/include/hw/mips/bios.h
+++ b/include/hw/mips/bios.h
@@ -5,7 +5,7 @@
#include "cpu.h"
#define BIOS_SIZE (4 * MiB)
-#ifdef TARGET_WORDS_BIGENDIAN
+#if TARGET_BIG_ENDIAN
#define BIOS_FILENAME "mips_bios.bin"
#else
#define BIOS_FILENAME "mipsel_bios.bin"