mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-14 11:59:19 +01:00
ipq5018: Fix secure_authenticate scm call
This changes update the SCM_CMD_SEC_AUTH command. Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org> Change-Id: I6952999bd91062a3e5b3992b2dc166e847d27a58
This commit is contained in:
parent
0f7bca7746
commit
ffbf1122c0
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@
|
|||
#define CLOCK_UPDATE_TIMEOUT_US 1000
|
||||
|
||||
#define KERNEL_AUTH_CMD 0x13
|
||||
#define SCM_CMD_SEC_AUTH 0x1F
|
||||
#define SCM_CMD_SEC_AUTH 0x15
|
||||
|
||||
#define ARM_PSCI_TZ_FN_BASE 0x84000000
|
||||
#define ARM_PSCI_TZ_FN(n) (ARM_PSCI_TZ_FN_BASE + (n))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue