sdm660-common: drop sched_enable_hmp/power_aware boot argument
* As we are using EAS, this is useless
This commit is contained in:
parent
851d88070e
commit
53a8793b1d
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ USE_DEVICE_SPECIFIC_DATA_IPA_CFG_MGR := true
|
|||
USE_DEVICE_SPECIFIC_IPACFG_MGR := true
|
||||
|
||||
# Kernel
|
||||
BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 androidboot.console=ttyMSM0 earlycon=msm_serial_dm,0xc170000 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=1 androidboot.configfs=true androidboot.usbcontroller=a800000.dwc3
|
||||
BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 androidboot.console=ttyMSM0 earlycon=msm_serial_dm,0xc170000 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 swiotlb=1 androidboot.configfs=true androidboot.usbcontroller=a800000.dwc3
|
||||
BOARD_KERNEL_CMDLINE += loop.max_part=16
|
||||
BOARD_KERNEL_CMDLINE += usbcore.autosuspend=7
|
||||
BOARD_KERNEL_BASE := 0x00000000
|
||||
|
|
Loading…
Reference in a new issue