qemu kernel: choose an endianness
more than mildly surprised this wasn't causing it to report some kind of error, tbh
This commit is contained in:
parent
4c2e460042
commit
309bb0db2d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
SLAB= "y";
|
SLAB= "y";
|
||||||
MIPS_MALTA= "y";
|
MIPS_MALTA= "y";
|
||||||
CPU_LITTLE_ENDIAN= "n";
|
CPU_LITTLE_ENDIAN= "n";
|
||||||
CPU_BIG_ENDIAN= "n";
|
CPU_BIG_ENDIAN= "y";
|
||||||
CPU_MIPS32_R2= "y";
|
CPU_MIPS32_R2= "y";
|
||||||
PAGE_SIZE_16KB= "y";
|
PAGE_SIZE_16KB= "y";
|
||||||
NR_CPUS= "1";
|
NR_CPUS= "1";
|
||||||
|
|
Loading…
Reference in a new issue