From 123729c59ec09af5a339ed4f850ea10ab7c6025b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20Cz=C3=A9m=C3=A1n?= Date: Mon, 14 Aug 2023 17:24:50 +0200 Subject: [PATCH] disable shutdown_detect for fix boot from battery lk2nd cannot handle power on reason when device booting without power cable. This commit disable shutdown_detect for disable check if power button was pressed. Power on reason should handled by lk. --- project/msm8953.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/msm8953.mk b/project/msm8953.mk index 20872cc78..0be404fd1 100644 --- a/project/msm8953.mk +++ b/project/msm8953.mk @@ -62,7 +62,7 @@ DEFINES += ABOOT_IGNORE_BOOT_HEADER_ADDRS=1 DEFINES += BAM_V170=1 #Enable the feature of long press power on -DEFINES += LONG_PRESS_POWER_ON=1 +# DEFINES += LONG_PRESS_POWER_ON=1 ifeq ($(ENABLE_RPMB_SUPPORT),1) DEFINES += USE_RPMB_FOR_DEVINFO=1