From 0f47eadc9e363037be8360dc7f2d60855435b24b Mon Sep 17 00:00:00 2001 From: ivanmeler Date: Wed, 29 Mar 2023 20:53:54 +0200 Subject: [PATCH] remove debugging --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 9ed9670..38cebd1 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -43,7 +43,7 @@ TARGET_NO_BOOTLOADER := true # Kernel BOARD_KERNEL_BASE := 0x80000000 BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=624000.ufshc lpm_levels.sleep_disabled=1 rcupdate.rcu_expedited=1 cma=32M@0-0xffffffff loop.max_part=7 -BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive console=ttyHSL0,115200n8 ignore_loglevel +BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive BOARD_KERNEL_IMAGE_NAME := Image.gz BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_SEPARATED_DT := true