]> xenbits.xensource.com Git - qemu-upstream-4.5-testing.git/commitdiff
hw/vexpress: Use correct HBI (board model number) for vexpress-a15
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 30 Jan 2013 15:39:02 +0000 (15:39 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 30 Jan 2013 15:39:02 +0000 (15:39 +0000)
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>
hw/vexpress.c

index 7f0897c7731abfd68ce1fcbe430dd3799a325040..741b044f1daed6a06a5ed45aa64f8fe79beed3c7 100644 (file)
@@ -271,7 +271,7 @@ static void a15_daughterboard_init(const VEDBoardInfo *daughterboard,
         cpu_model = "cortex-a15";
     }
 
-    *proc_id = 0x14000217;
+    *proc_id = 0x14000237;
 
     for (n = 0; n < smp_cpus; n++) {
         ARMCPU *cpu;