From 2120f3cd4ae7e594dbf0f960c2d271363d515e5c Mon Sep 17 00:00:00 2001 From: electimon Date: Sun, 12 Mar 2023 03:07:49 +0000 Subject: [PATCH] sm7325-common: Remove unneeded cmdline properties * HAB properties are appended by the bootloader, as well as console. RTB filter is a debug property. Change-Id: If5347a00492c6782f17355b5221c033987475b09 Signed-off-by: electimon --- BoardConfigCommon.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 72b171e..017939c 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -46,12 +46,10 @@ BOARD_KERNEL_BASE := 0x00000000 BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 BOARD_KERNEL_CMDLINE += androidboot.hardware=qcom androidboot.console=ttyMSM0 BOARD_KERNEL_CMDLINE += androidboot.memcg=1 lpm_levels.sleep_disabled=1 -BOARD_KERNEL_CMDLINE += msm_rtb.filter=0x237 BOARD_KERNEL_CMDLINE += service_locator.enable=1 androidboot.usbcontroller=a600000.dwc3 BOARD_KERNEL_CMDLINE += swiotlb=0 loop.max_part=7 cgroup.memory=nokmem,nosocket BOARD_KERNEL_CMDLINE += pcie_ports=compat iptable_raw.raw_before_defrag=1 -BOARD_KERNEL_CMDLINE += ip6table_raw.raw_before_defrag=1 androidboot.hab.csv=8 -BOARD_KERNEL_CMDLINE += androidboot.hab.cid=50 +BOARD_KERNEL_CMDLINE += ip6table_raw.raw_before_defrag=1 BOARD_KERNEL_CMDLINE += firmware_class.path=/vendor/firmware_mnt/image BOARD_KERNEL_IMAGE_NAME := Image BOARD_KERNEL_PAGESIZE := 4096