summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDhoat Harpal <hdhoat@codeaurora.org>2016-04-01 17:11:56 +0530
committerJeevan Shriram <jshriram@codeaurora.org>2016-04-07 15:58:44 -0700
commite558c118418412734272a6b5721c822b6e578692 (patch)
tree652b51994b4723db54499b4a11de1b63aba35ab8 /include
parent2bb6f282727499ecc05d2f948804c376c5b040b9 (diff)
soc: qcom: smem: Renaming smem item SMEM_SMEM_STATIC_LOG_IDX
SMEM_SMEM_STATIC_LOG_IDX is currently unused as its usecase has been deprecated for a long time. Reallocate the ID to SMEM_XBL_LOADER_CORE_INFO. CRs-Fixed: 998028 Change-Id: I5f80603633464e7eea322fde57110e377b72d84c Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/smem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/soc/qcom/smem.h b/include/soc/qcom/smem.h
index c83caede1763..d8ee4d523880 100644
--- a/include/soc/qcom/smem.h
+++ b/include/soc/qcom/smem.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -76,7 +76,7 @@ enum {
SMEM_SMD_BASE_ID,
SMEM_SMEM_LOG_IDX = SMEM_SMD_BASE_ID + SMEM_NUM_SMD_STREAM_CHANNELS,
SMEM_SMEM_LOG_EVENTS,
- SMEM_SMEM_STATIC_LOG_IDX,
+ SMEM_XBL_LOADER_CORE_INFO,
SMEM_SMEM_STATIC_LOG_EVENTS,
SMEM_SMEM_SLOW_CLOCK_SYNC,
SMEM_SMEM_SLOW_CLOCK_VALUE,