Commit 567daa491f5a155ccd64edd0f4044c5527b488b2
1 parent
8f1c91d8
Increase MIPS BIOS from 128kB to 4MB, by Aurelien Jarno.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2316 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
vl.h
... | ... | @@ -168,7 +168,7 @@ extern int nb_option_roms; |
168 | 168 | #if defined (TARGET_PPC) || defined (TARGET_SPARC64) |
169 | 169 | #define BIOS_SIZE ((512 + 32) * 1024) |
170 | 170 | #elif defined(TARGET_MIPS) |
171 | -#define BIOS_SIZE (128 * 1024) | |
171 | +#define BIOS_SIZE (4 * 1024 * 1024) | |
172 | 172 | #else |
173 | 173 | #define BIOS_SIZE ((256 + 64) * 1024) |
174 | 174 | #endif | ... | ... |