aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2020-01-29 15:36:30 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-01-29 15:36:30 +0000
commitb1d810bd212d1eee5c2f3ab927e2689c2e460dab (patch)
treecbd0931f88d5f54aa75add09d6fcd88899b80eb4 /lib
parent458dde3c449d3f87712d8bf22a5c338694607b44 (diff)
parent33e8c56973b553ae28075e928db79a1c90a34aa3 (diff)
downloadplatform_external_arm-trusted-firmware-b1d810bd212d1eee5c2f3ab927e2689c2e460dab.tar.gz
platform_external_arm-trusted-firmware-b1d810bd212d1eee5c2f3ab927e2689c2e460dab.tar.bz2
platform_external_arm-trusted-firmware-b1d810bd212d1eee5c2f3ab927e2689c2e460dab.zip
Merge "qemu: Implement PSCI_CPU_OFF." into integration
Diffstat (limited to 'lib')
-rw-r--r--lib/psci/psci_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psci/psci_common.c b/lib/psci/psci_common.c
index ea1a01de9..5ab15c6ee 100644
--- a/lib/psci/psci_common.c
+++ b/lib/psci/psci_common.c
@@ -775,7 +775,7 @@ void psci_warmboot_entrypoint(void)
* suspend.
*/
if (psci_get_aff_info_state() == AFF_STATE_OFF) {
- ERROR("Unexpected affinity info state");
+ ERROR("Unexpected affinity info state.\n");
panic();
}