From dcfb86f9d9f7e0d0d6014d9799395f1f55f9a401 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Thoorvas Samyrao Muralidharan Date: Tue, 17 Sep 2019 15:51:08 +0530 Subject: [PATCH] reset: Use correct scm id for pshold Incorrct scm id was used for pshold. Use correct value instead. Change-Id: Ife5c5d73cd007865234e4c899304a861f6c4ea9d Signed-off-by: Prasanna Kumar Thoorvas Samyrao Muralidharan --- include/configs/ipq6018.h | 2 +- include/configs/ipq807x.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/ipq6018.h b/include/configs/ipq6018.h index 52d1c6e178..23a473422d 100644 --- a/include/configs/ipq6018.h +++ b/include/configs/ipq6018.h @@ -296,7 +296,7 @@ extern loff_t board_env_size; #define CLEAR_MAGIC 0x0 #define SCM_CMD_TZ_CONFIG_HW_FOR_RAM_DUMP_ID 0x9 #define SCM_CMD_TZ_FORCE_DLOAD_ID 0x10 -#define SCM_CMD_TZ_PSHOLD 0x15 +#define SCM_CMD_TZ_PSHOLD 0x16 #define BOOT_VERSION 0 #define TZ_VERSION 1 #define RPM_VERSION 3 diff --git a/include/configs/ipq807x.h b/include/configs/ipq807x.h index 819e67a52e..b7d8bf3e9b 100644 --- a/include/configs/ipq807x.h +++ b/include/configs/ipq807x.h @@ -262,7 +262,7 @@ extern loff_t board_env_size; #define CLEAR_MAGIC 0x0 #define SCM_CMD_TZ_CONFIG_HW_FOR_RAM_DUMP_ID 0x9 #define SCM_CMD_TZ_FORCE_DLOAD_ID 0x10 -#define SCM_CMD_TZ_PSHOLD 0x15 +#define SCM_CMD_TZ_PSHOLD 0x16 #define BOOT_VERSION 0 #define TZ_VERSION 1 #define RPM_VERSION 3