From 077cb228365940bf582ff299caa3fc5446e58beb Mon Sep 17 00:00:00 2001 From: Viraja Kommaraju Date: Tue, 3 Mar 2020 12:40:27 +0530 Subject: [PATCH] common: remove KPI marker at ADSP start Move the ADSP start KPI marker within the adsp-loader code instead of adding the same in .rc file. Change-Id: Ib67f5775dfb9fdca47e62a189de9994b7a6624e8 --- rootdir/etc/init.qcom.rc | 1 - 1 file changed, 1 deletion(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 3aab631f..f012f52e 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -78,7 +78,6 @@ on early-boot # set RLIMIT_MEMLOCK to 64MB setrlimit 8 67108864 67108864 # Allow subsystem (modem etc) debugging - write /sys/kernel/debug/bootkpi/kpi_values "M - Start adsp" write /sys/kernel/boot_adsp/boot 1 write /sys/kernel/boot_cdsp/boot 1 write /sys/devices/virtual/npu/msm_npu/boot 1