Commit 829e97d7 authored by Roberto Vargas's avatar Roberto Vargas
Browse files

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: default avatarRoberto Vargas <roberto.vargas@arm.com>
parent 4ce9b8ea
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment