diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-04-22 19:12:13 +0200 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-29 15:25:24 +0200 |
commit | eff86c1733da59802b3bcbe816ca6c42171ea029 (patch) | |
tree | 9864065dc81dec581d786c4a4abc536e81aee63b | |
parent | ab27ef2ff209ec5da95be41a8fda612b84de4fe1 (diff) |
revert: kernel: Clean up kernel cmdline
-rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 49a1060..16091af 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -64,7 +64,7 @@ ENABLE_SCHED_BOOST := true TARGET_USES_64_BIT_BINDER := true # Kernel -BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom ehci-hcd.park=3 lpm_levels.sleep_disabled=1 cma=16M@0-0xffffffff +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_BASE := 0x80000000 BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_TAGS_OFFSET := 0x00000100 |