diff options
author | Pawan Chilka <pchilk@codeaurora.org> | 2017-06-21 12:43:14 +0530 |
---|---|---|
committer | Pawan Chilka <pchilk@codeaurora.org> | 2017-06-21 12:43:14 +0530 |
commit | 0269390aed3aa05437e74f2f8cff1a3a1aa3feef (patch) | |
tree | 51831c948e852e2ea7fdf87c5899146df815b1f0 /BoardConfig.mk | |
parent | c5d4a1a4908b68e2faded100c9e5d802dc77aac8 (diff) |
Enabling SDM660/630 in Enforcement Mode
Change-Id: I40509815fe44dc62b600ca20b52f8c69bcfd1621
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 5c758c4..3537d92 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -93,7 +93,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 androidboot.selinux=permissive +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 endif BOARD_EGL_CFG := device/qcom/sdm660_64/egl.cfg |