dre: Disable the serial console

Change-Id: Ie156b3aef3128f2adbc875f3ea5b6f13f0df7888
This commit is contained in:
Albert Tang 2022-06-05 18:33:06 -05:00
parent f20c9d1520
commit 88601fee6c

View file

@ -44,12 +44,10 @@ TARGET_NO_BOOTLOADER := true
BOARD_BOOT_HEADER_VERSION := 3 BOARD_BOOT_HEADER_VERSION := 3
BOARD_KERNEL_BASE := 0x00000000 BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_CMDLINE := \ BOARD_KERNEL_CMDLINE := \
androidboot.console=ttyMSM0 \
androidboot.hardware=qcom \ androidboot.hardware=qcom \
androidboot.memcg=1 \ androidboot.memcg=1 \
androidboot.usbcontroller=4e00000.dwc3 \ androidboot.usbcontroller=4e00000.dwc3 \
cgroup.memory=nokmem,nosocket \ cgroup.memory=nokmem,nosocket \
console=ttyMSM0,115200n8 \
loop.max_part=7 \ loop.max_part=7 \
lpm_levels.sleep_disabled=1 \ lpm_levels.sleep_disabled=1 \
msm_rtb.filter=0x237 \ msm_rtb.filter=0x237 \