qemu kernel: choose an endianness

more than mildly surprised this wasn't causing it to
report some kind of error, tbh
module-based-network
Daniel Barlow 2022-10-05 21:57:38 +01:00
parent 4c2e460042
commit 309bb0db2d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
SLAB= "y";
MIPS_MALTA= "y";
CPU_LITTLE_ENDIAN= "n";
CPU_BIG_ENDIAN= "n";
CPU_BIG_ENDIAN= "y";
CPU_MIPS32_R2= "y";
PAGE_SIZE_16KB= "y";
NR_CPUS= "1";