Skip to content

Commit

Permalink
BoardConfig: enable no_suspend_console to allow debugging suspend
Browse files Browse the repository at this point in the history
  • Loading branch information
calebccff committed May 18, 2022
1 parent 5c13912 commit cb94501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_PAGESIZE := 4096
BOARD_KERNEL_TAGS_OFFSET := 0x00000100
BOARD_RAMDISK_OFFSET := 0x01000000
BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 earlycon earlyprintk console=tty0 androidboot.console=ttyMSM0
BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 earlycon earlyprintk console=tty0 androidboot.console=ttyMSM0 no_console_suspend
BOARD_KERNEL_CMDLINE += androidboot.boot_devices=soc@0/1d84000.ufshc
BOARD_KERNEL_CMDLINE += firmware_class.path=/vendor/firmware/ init=/init printk.devkmsg=on
BOARD_KERNEL_CMDLINE += deferred_probe_timeout=30 androidboot.selinux=permissive
Expand Down

0 comments on commit cb94501

Please sign in to comment.