aboutsummaryrefslogtreecommitdiff
path: root/hw/mips_r4k.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/mips_r4k.c')
-rw-r--r--hw/mips_r4k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mips_r4k.c b/hw/mips_r4k.c
index f6af322fdc..72e9ac8a68 100644
--- a/hw/mips_r4k.c
+++ b/hw/mips_r4k.c
@@ -154,7 +154,7 @@ void mips_r4k_init (int ram_size, int vga_ram_size, int boot_device,
#ifdef TARGET_MIPS64
cpu_model = "R4000";
#else
- cpu_model = "4KEc";
+ cpu_model = "24Kf";
#endif
}
if (mips_find_by_name(cpu_model, &def) != 0)