On 05/03/2018 01:56 PM, Edgar E. Iglesias wrote:
From: "Edgar E. Iglesias" <edgar.igles...@xilinx.com>

The ZynqMP has Cortex-R5Fs with the optional FPU enabled.


Seems ok to me according to the documentation.

Reviewed-by: KONRAD Frederic <frederic.kon...@adacore.com>

Signed-off-by: Edgar E. Iglesias <edgar.igles...@xilinx.com>
---
  hw/arm/xlnx-zynqmp.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/arm/xlnx-zynqmp.c b/hw/arm/xlnx-zynqmp.c
index 505253e0d2..efeb53c732 100644
--- a/hw/arm/xlnx-zynqmp.c
+++ b/hw/arm/xlnx-zynqmp.c
@@ -116,7 +116,7 @@ static void xlnx_zynqmp_create_rpu(XlnxZynqMPState *s, 
const char *boot_cpu,
          char *name;
object_initialize(&s->rpu_cpu[i], sizeof(s->rpu_cpu[i]),
-                          "cortex-r5-" TYPE_ARM_CPU);
+                          "cortex-r5f-" TYPE_ARM_CPU);
          object_property_add_child(OBJECT(s), "rpu-cpu[*]",
                                    OBJECT(&s->rpu_cpu[i]), &error_abort);

Reply via email to