From: engstk Date: Mon, 17 Sep 2018 12:09:44 +0000 (+0100) Subject: Add some cmdline fixes X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4e657cd30b7766a38435af2fff8d7dc4f8250505;p=GitHub%2Fmoto-9609%2Ftwrp_device_motorola_troika.git Add some cmdline fixes Signed-off-by: engstk --- diff --git a/BoardConfig.mk b/BoardConfig.mk index aa761b1..e59aad7 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -45,8 +45,8 @@ TARGET_NO_BOOTLOADER := true TARGET_USES_UEFI := true # Kernel -BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom androidboot.console=ttyMSM0 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 swiotlb=2048 androidboot.configfs=true androidboot.usbcontroller=a600000.dwc3 -BOARD_KERNEL_CMDLINE += androidboot.fastboot=1 +BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom androidboot.console=ttyMSM0 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 swiotlb=2048 androidboot.configfs=true androidboot.usbcontroller=a600000.dwc3 firmware_class.path=/vendor/firmware_mnt/image loop.max_part=7 +BOARD_KERNEL_CMDLINE += skip_override androidboot.fastboot=1 BOARD_KERNEL_BASE := 0x00000000 BOARD_KERNEL_PAGESIZE := 4096 TARGET_PREBUILT_KERNEL := device/oneplus/enchilada/prebuilt/Image.gz-dtb