projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5995a02
)
hw/arm: versal: Move misplaced comment
author
Edgar E. Iglesias
<edgar.iglesias@xilinx.com>
Mon, 27 Apr 2020 18:16:40 +0000
(20:16 +0200)
committer
Peter Maydell
<peter.maydell@linaro.org>
Mon, 4 May 2020 10:08:20 +0000
(11:08 +0100)
Move misplaced comment.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Luc Michel <luc.michel@greensocs.com>
Message-id:
20200427181649
.26851-3-edgar.iglesias@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/xlnx-versal.c
patch
|
blob
|
history
diff --git
a/hw/arm/xlnx-versal.c
b/hw/arm/xlnx-versal.c
index c73b2fe755561812888076947ad55eb80c89fe9d..cc696e44c06e59735b5e0dfb00e172c1853fad61 100644
(file)
--- a/
hw/arm/xlnx-versal.c
+++ b/
hw/arm/xlnx-versal.c
@@
-36,7
+36,6
@@
static void versal_create_apu_cpus(Versal *s)
obj = object_new(XLNX_VERSAL_ACPU_TYPE);
if (!obj) {
- /* Secondary CPUs start in PSCI powered-down state */
error_report("Unable to create apu.cpu[%d] of type %s",
i, XLNX_VERSAL_ACPU_TYPE);
exit(EXIT_FAILURE);
@@
-49,6
+48,7
@@
static void versal_create_apu_cpus(Versal *s)
object_property_set_int(obj, s->cfg.psci_conduit,
"psci-conduit", &error_abort);
if (i) {
+ /* Secondary CPUs start in PSCI powered-down state */
object_property_set_bool(obj, true,
"start-powered-off", &error_abort);
}