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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hw/mips/bios.h b/include/hw/mips/bios.h
index b4b88ac43d..d67ef33e83 100644
--- a/include/hw/mips/bios.h
+++ b/include/hw/mips/bios.h
@@ -1,6 +1,7 @@
+#include "qemu/units.h"
#include "cpu.h"
-#define BIOS_SIZE (4 * 1024 * 1024)
+#define BIOS_SIZE (4 * MiB)
#ifdef TARGET_WORDS_BIGENDIAN
#define BIOS_FILENAME "mips_bios.bin"
#else