summaryrefslogtreecommitdiff
path: root/mhi
diff options
context:
space:
mode:
authorVictor Hsu <hsuvictor@google.com>2022-09-01 06:48:34 +0000
committerVictor Hsu <hsuvictor@google.com>2022-09-05 07:02:32 +0000
commitc9dddc4e190c2314ac5724e9e603cfe182ec2b75 (patch)
tree6b4d1c3a691ae7ea71d670841e91267fe1ec39a1 /mhi
parent4194a4d73a9ac567654a7515082b351d2bc6447a (diff)
downloadcnss2-c9dddc4e190c2314ac5724e9e603cfe182ec2b75.tar.gz
cnss: Delay to start CBC
If COLD_BOOT_CAL starts too early, the MHI powers on failed. Delay 5000 ms to start calibration. Bug: 243876449 Signed-off-by: Victor Hsu <hsuvictor@google.com> Change-Id: I83ae27bf5abd03aec0f1a8b9639ea7d3b2851f37
Diffstat (limited to 'mhi')
-rw-r--r--mhi/core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mhi/core/Makefile b/mhi/core/Makefile
index 17be4ee..4133159 100644
--- a/mhi/core/Makefile
+++ b/mhi/core/Makefile
@@ -4,4 +4,4 @@ mhi-y := init.o main.o pm.o boot.o
mhi-$(CONFIG_MHI_BUS_MISC) += misc.o
mhi-$(CONFIG_MHI_BUS_DEBUG) += debugfs.o
-ccflags-y += -DDEBUG -DCONFIG_WCN_GOOGLE
+ccflags-y += -DCONFIG_WCN_GOOGLE