summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSai Krishna Juturi <jsaikrishna@codeaurora.org>2017-07-28 18:21:27 +0530
committerVijayavardhan Vennapusa <vvreddy@codeaurora.org>2017-07-28 18:22:53 +0530
commit2284a004cb4ad052316e8c06cbd873bcacf913d6 (patch)
treed9793bca90f102ee513d35b36caf51492959060f
parent94612c4e2bfdd0decde2c3e4c414f9cd78c562fd (diff)
sdm660_64: Add flag for configfs
Updated the commandline to indicate that this build uses configfs. Without this change usb wont enumerate in recovery mode for configfs based builds. Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org> Signed-off-by: Sai Krishna Juturi <jsaikrishna@codeaurora.org>
-rwxr-xr-xBoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index e7309ed..69ed4fb 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -85,7 +85,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