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>
This commit is contained in:
parent
2bb6f28272
commit
e558c11841
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue