summaryrefslogtreecommitdiff
path: root/include/lib/psci
diff options
context:
space:
mode:
authorRoberto Vargas <roberto.vargas@arm.com>2017-09-11 09:11:58 +0100
committerRoberto Vargas <roberto.vargas@arm.com>2017-10-13 12:39:08 +0100
commit829e97d73821639f46866ea3028fe38016f6f774 (patch)
tree53b251fc06338bad7961e25b5300d8e2db789351 /include/lib/psci
parent4ce9b8eaf6ccd451a8e178ed80181c2b0e471ae8 (diff)
Update PSCI version to 1.1
Updated the PSCI version conforming to the PSCI v1.1 specification (ARM DEN022D). Change-Id: I1f34772ef6de37ec1ade719a1ab3aa062152d995 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
Diffstat (limited to 'include/lib/psci')
-rw-r--r--include/lib/psci/psci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib/psci/psci.h b/include/lib/psci/psci.h
index 1fd4ec10..06434f9e 100644
--- a/include/lib/psci/psci.h
+++ b/include/lib/psci/psci.h
@@ -151,7 +151,7 @@
* PSCI version
******************************************************************************/
#define PSCI_MAJOR_VER (U(1) << 16)
-#define PSCI_MINOR_VER U(0x0)
+#define PSCI_MINOR_VER U(0x1)
/*******************************************************************************
* PSCI error codes