diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2018-10-15 22:22:44 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-10-31 15:23:08 +0100 |
commit | a3607adf171098c0c3f4c7b0f3bf992702ae1d53 (patch) | |
tree | 6b2594cf8ed1bdf42bd804f8f5df612b72b36df9 /BoardConfigCommon.mk | |
parent | 4f25e3d57910d4ac663f8d8c6a70fb2e9c1f4fb4 (diff) |
msm8996-common: Enable configfs in cmdline
Change-Id: I3cac51780a7620039ad7091e85a282888cd3f088
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 4971bb0..2257cab 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -42,7 +42,7 @@ TARGET_NO_BOOTLOADER := true # Kernel BOARD_KERNEL_BASE := 0x80000000 -BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom ehci-hcd.park=3 lpm_levels.sleep_disabled=1 cma=32M@0-0xffffffff +BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom ehci-hcd.park=3 lpm_levels.sleep_disabled=1 cma=32M@0-0xffffffff androidboot.usbconfigfs=true #BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb BOARD_KERNEL_PAGESIZE := 4096 |