From 5f7a17ddc6b116802e1b06395b5fa58b9be0b64d Mon Sep 17 00:00:00 2001 From: DJABhipHop Date: Sat, 25 Jan 2020 17:06:35 -0500 Subject: [PATCH] matisse-common: remove temp cmdline swapping back to this & removing zcache.compressor=lz4 console=null androidboot.hardware=qcom user_debug=23 msm_rtb.filter=0x37 zcache.enabled=1 maxcpus=1 --- BoardConfigCommon.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 6f86f0c..2b56fb5 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -46,8 +46,7 @@ DEVICE_MANIFEST_FILE += $(COMMON_PATH)/manifest.xml # Kernel BOARD_KERNEL_BASE := 0x00000000 -#BOARD_KERNEL_CMDLINE := console=null androidboot.hardware=qcom user_debug=23 msm_rtb.filter=0x37 zcache.enabled=1 zcache.compressor=lz4 maxcpus=1 -BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom vmalloc=400M user_debug=23 msm_rtb.filter=0x37 zcache.enabled=1 zcache.compressor=lz4 +BOARD_KERNEL_CMDLINE := console=null androidboot.hardware=qcom user_debug=23 msm_rtb.filter=0x37 zcache.enabled=1 maxcpus=1 BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive BOARD_KERNEL_IMAGE_NAME := zImage BOARD_KERNEL_PAGESIZE := 2048