qemu mips: enable rebooting

pull/2/head
Daniel Barlow 2023-12-26 21:58:18 +00:00
parent e5cbc2b86b
commit f020d5b25d
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@
MIPS_MALTA= "y";
CPU_MIPS32_R2= "y";
POWER_RESET = "y";
POWER_RESET_SYSCON = "y";
SERIAL_8250= "y";
SERIAL_8250_CONSOLE= "y";
};