From 14983536bfc1c82487eed8c309f267d31854191e Mon Sep 17 00:00:00 2001 From: Siqi Lin Date: Wed, 19 Jul 2017 13:52:56 -0700 Subject: [PATCH] Remove no_console_suspend=1 from kernel command line console_suspend defaults to Y in the kernel and we want to control it in an init script where we set console_suspend = Y if serial console is enabled and console_suspend = N if serial console is disabled. Bug: 63857173 Test: boot with serial console enabled / disabled Change-Id: I8743a2bbda0d09596d46b9376c901e854677a0e5 --- BoardConfig.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 54e68a49..b3ddd272 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -33,7 +33,6 @@ BOARD_KERNEL_CMDLINE += user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 BOARD_KERNEL_CMDLINE += service_locator.enable=1 BOARD_KERNEL_CMDLINE += swiotlb=2048 BOARD_KERNEL_CMDLINE += firmware_class.path=/vendor/firmware -BOARD_KERNEL_CMDLINE += no_console_suspend=1 BOARD_KERNEL_CMDLINE += loop.max_part=7 BOARD_KERNEL_BASE := 0x00000000