diff options
| author | xboxfanj <xboxlover360@gmail.com> | 2016-01-16 18:45:48 +0100 |
|---|---|---|
| committer | Georg Veichtlbauer <georg@vware.at> | 2023-05-22 09:27:59 +0200 |
| commit | ce157a48be95aab87841cc94f86e1d049865ff9f (patch) | |
| tree | aaeb171f867d6c450644e9d885291aaa349e080d | |
| parent | f3af71cd6ccc1d0457dae2ee27b237758142eceb (diff) | |
msm8998-common: Clean up kernel cmdline
* CONFIG_DEBUG_USER is disabled, so no need to keep user_debug
Change-Id: I9a30f32f7dc91cf82f2516bf6a54d7d62f1c00f1
| -rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 32dd42d8..333ec3cc 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -84,7 +84,7 @@ TARGET_INIT_VENDOR_LIB := //$(PLATFORM_PATH):libinit_msm8998 TARGET_RECOVERY_DEVICE_MODULES := libinit_msm8998 # Kernel -BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom user_debug=31 ehci-hcd.park=3 +BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom ehci-hcd.park=3 BOARD_KERNEL_CMDLINE += lpm_levels.sleep_disabled=1 service_locator.enable=1 BOARD_KERNEL_CMDLINE += swiotlb=2048 androidboot.configfs=true BOARD_KERNEL_CMDLINE += sched_enable_hmp=1 sched_enable_power_aware=1 |
