mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw/vexpress: Use correct HBI (board model number) for vexpress-a15
The vexpress-a15 QEMU model is supposed to be a V2P-CA15; the HBI (a kind of board model number) for this coretile is 237, not 217. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
706872a566
commit
f61850bffb
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ static void a15_daughterboard_init(const VEDBoardInfo *daughterboard,
|
||||||
cpu_model = "cortex-a15";
|
cpu_model = "cortex-a15";
|
||||||
}
|
}
|
||||||
|
|
||||||
*proc_id = 0x14000217;
|
*proc_id = 0x14000237;
|
||||||
|
|
||||||
for (n = 0; n < smp_cpus; n++) {
|
for (n = 0; n < smp_cpus; n++) {
|
||||||
ARMCPU *cpu;
|
ARMCPU *cpu;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue