diff options
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 3a5a541..d0eb372 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -60,8 +60,7 @@ BOARD_KERNEL_CMDLINE := \ androidboot.hardware=qcom \ ehci-hcd.park=3 \ lpm_levels.sleep_disabled=1 \ - cma=32M@0-0xffffffff \ - androidboot.selinux=permissive + cma=32M@0-0xffffffff BOARD_KERNEL_BASE := 0x80000000 BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_TAGS_OFFSET := 0x00000100 |