diff options
Diffstat (limited to 'target/mips/Makefile')
-rw-r--r-- | target/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile index 48d7e56ac..cc39db1bd 100644 --- a/target/mips/Makefile +++ b/target/mips/Makefile @@ -17,7 +17,7 @@ QEMU_ARGS+=${ADK_QEMU_ARGS} QEMU_ARGS+=-device e1000,netdev=adk0 -netdev user,id=adk0 ifeq ($(ADK_TARGET_CPU_MIPS_MIPS32R6),y) -QEMU_ARGS+=-cpu mips32r6-generic +QEMU_ARGS+=-cpu P5600 endif # target helper text |