浏览代码

qcacld-3.0: Disable HAL_SRNG_REG_HIS_DEBUG enable it only for debug

Order 7 allocation is coming from hal_soc allocation.
This is caused by debug change.
Regression cause is:: Ib98e48e1d32defb0d8b30b854b5b0c23691cca59
With above change struct hal_srng size increased from 320B to 1376B
In turn this increased the struct hal_soc size from 71648B to 310232B
Disable the debug feature from enabling it by default

Change-Id: I3e2fde17defc677401343c158ec40698b1dcb603
CRs-Fixed: 3469599
Prakash Manjunathappa 1 年之前
父节点
当前提交
a2e7dfd21b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      configs/default_defconfig

+ 0 - 1
configs/default_defconfig

@@ -1362,7 +1362,6 @@ ifeq ($(CONFIG_BERYLLIUM), y)
 		CONFIG_WLAN_FEATURE_DP_MON_STATUS_RING_HISTORY := y
 		CONFIG_DP_TX_COMP_RING_DESC_SANITY_CHECK := y
 		CONFIG_WLAN_FEATURE_DP_CFG_EVENT_HISTORY := y
-		CONFIG_HAL_SRNG_REG_HIS_DEBUG := y
 	endif
 endif