diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-08-01 01:48:11 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-08-01 01:48:11 -0700 |
commit | c0c157b77285414337915db169251e1dea19090a (patch) | |
tree | 1d42ef38063674d3b0a0578d762bbf3007a510a8 /BoardConfig.mk | |
parent | 4e9f710ec1cceabc95c2f1151cb2e19e3f726ba7 (diff) | |
parent | 2284a004cb4ad052316e8c06cbd873bcacf913d6 (diff) |
Merge "sdm660_64: Add flag for configfs"
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-x | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 073b2a8..c293b85 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -97,7 +97,7 @@ ifeq ($(TARGET_KERNEL_VERSION),4.4) else BOARD_KERNEL_CMDLINE += console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 earlycon=msm_hsl_uart,0xc1b0000 endif -BOARD_KERNEL_CMDLINE += 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 +BOARD_KERNEL_CMDLINE += 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 endif BOARD_EGL_CFG := device/qcom/sdm660_64/egl.cfg |