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>
This commit is contained in:
parent
94612c4e2b
commit
2284a004cb
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ ifeq ($(TARGET_KERNEL_VERSION),4.4)
|
||||||
else
|
else
|
||||||
BOARD_KERNEL_CMDLINE += console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 earlycon=msm_hsl_uart,0xc1b0000
|
BOARD_KERNEL_CMDLINE += console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 earlycon=msm_hsl_uart,0xc1b0000
|
||||||
endif
|
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
|
endif
|
||||||
|
|
||||||
BOARD_EGL_CFG := device/qcom/sdm660_64/egl.cfg
|
BOARD_EGL_CFG := device/qcom/sdm660_64/egl.cfg
|
||||||
|
|
Loading…
Reference in a new issue