mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user