diff options
author | Bruno Martins <bgcngm@gmail.com> | 2017-04-12 23:16:42 +0200 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-12 23:16:53 +0200 |
commit | 9cfb733e64579f419dec6f637b8e2cbef5b83992 (patch) | |
tree | 25a5b40c98190e94398efa1130cb9fff3b2c554a | |
parent | 61a1b7adfac2640f59893a814234f5cef6ccaeb1 (diff) |
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
-rwxr-xr-x | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |