Skip to content

Commit

Permalink
kernel: Clean up kernel cmdline
Browse files Browse the repository at this point in the history
 * 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
  • Loading branch information
bgcngm authored and SubhrajyotiSen committed Jun 18, 2017
1 parent 3b4b385 commit cb45bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ENABLE_CPUSETS := 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
Expand Down

0 comments on commit cb45bad

Please sign in to comment.