mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
target/openrisc: Rename the cpu from or32 to or1k
This is in keeping with the toolchain and or1ksim. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
305e6c8a2f
commit
4a09d0bb34
8 changed files with 13 additions and 13 deletions
|
@ -139,10 +139,10 @@ static void openrisc_sim_init(MachineState *machine)
|
|||
|
||||
static void openrisc_sim_machine_init(MachineClass *mc)
|
||||
{
|
||||
mc->desc = "or32 simulation";
|
||||
mc->desc = "or1k simulation";
|
||||
mc->init = openrisc_sim_init;
|
||||
mc->max_cpus = 1;
|
||||
mc->is_default = 1;
|
||||
}
|
||||
|
||||
DEFINE_MACHINE("or32-sim", openrisc_sim_machine_init)
|
||||
DEFINE_MACHINE("or1k-sim", openrisc_sim_machine_init)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue