From 9cfb733e64579f419dec6f637b8e2cbef5b83992 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Wed, 12 Apr 2017 23:16:42 +0200 Subject: kernel: Clean up kernel cmdline * Console is overwritten by the bootloader * CONFIG_DEBUG_USER is disabled, so no need to keep user_debug and the same goes for msm_rtb, which depends on CONFIG_MSM_RTB --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 50cdbda..599408b 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -64,7 +64,7 @@ ENABLE_SCHED_BOOST := true TARGET_USES_64_BIT_BINDER := true # Kernel -BOARD_KERNEL_CMDLINE := console=tty60,115200,n8 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 cma=16M@0-0xffffffff +BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom ehci-hcd.park=3 lpm_levels.sleep_disabled=1 cma=16M@0-0xffffffff BOARD_KERNEL_BASE := 0x80000000 BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_TAGS_OFFSET := 0x00000100 -- cgit v1.2.3