arm: fix #114 by enabling cortex-a15 model. FIXME: enable this on demand with an API
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
|
||||
static void tosa_init(struct uc_struct *uc, MachineState *machine)
|
||||
{
|
||||
cpu_arm_init(uc, "pxa255");
|
||||
//cpu_arm_init(uc, "pxa255");
|
||||
cpu_arm_init(uc, "cortex-a15"); // FIXME
|
||||
}
|
||||
|
||||
void tosa_machine_init(struct uc_struct *uc)
|
||||
|
||||
Reference in New Issue
Block a user