mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
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>
This commit is contained in:
parent
4ce9b8eaf6
commit
829e97d738
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue