diff options
author | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2022-03-08 12:00:23 -0300 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 21:27:38 +0530 |
commit | 259819234929b08bf2b83e6e8be649e0b8915b85 (patch) | |
tree | ba991c2a112c0ad79a0d0341f6f09c6573753b24 | |
parent | 2a782ee4cc729e61f4dc30f5cf3bc7251586e7a6 (diff) |
veux: Kill console parameters
Change-Id: I69a14e00cfc3291175351259f2d8cbd6b0dc827a
-rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 8a3f699..f96cef8 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -112,13 +112,10 @@ BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION) TARGET_KERNEL_ADDITIONAL_FLAGS := DTC_EXT=$(shell pwd)/prebuilts/misc/linux-x86/dtc/dtc LLVM=1 TARGET_KERNEL_SOURCE := kernel/xiaomi/sm6375 -BOARD_KERNEL_CMDLINE += androidboot.console=ttyMSM0 BOARD_KERNEL_CMDLINE += androidboot.hardware=qcom BOARD_KERNEL_CMDLINE += androidboot.memcg=1 BOARD_KERNEL_CMDLINE += androidboot.usbcontroller=4e00000.dwc3 BOARD_KERNEL_CMDLINE += cgroup.memory=nokmem,nosocket -BOARD_KERNEL_CMDLINE += console=ttyMSM0,115200n8 -BOARD_KERNEL_CMDLINE += earlycon=msm_geni_serial,0x04C8C000 BOARD_KERNEL_CMDLINE += loop.max_part=7 BOARD_KERNEL_CMDLINE += msm_rtb.filter=0x237 BOARD_KERNEL_CMDLINE += service_locator.enable=1 |