From d6b57d9841a17670f4388482df5032c1f7bea31d Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Wed, 12 Jun 2019 19:08:13 +0200 Subject: HACK: never suspend the console Currently, Replicant 9 can go into suspend at any time. It for instance goes into suspend during boot, and after some inactivity. Since Replicant 9 is not ready yet to be usable daily it's better not to suspend the phone to make the development faster. Signed-off-by: Denis 'GNUtoo' Carikli --- arch/arm/configs/replicant_i9300_defconfig | 2 +- arch/arm/configs/replicant_i9305_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/configs/replicant_i9300_defconfig b/arch/arm/configs/replicant_i9300_defconfig index 79f89724bacd..5ffb86da144a 100644 --- a/arch/arm/configs/replicant_i9300_defconfig +++ b/arch/arm/configs/replicant_i9300_defconfig @@ -45,7 +45,7 @@ CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ARM_APPENDED_DTB=y CONFIG_ARM_ATAG_DTB_COMPAT=y CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND=y -CONFIG_CMDLINE="root=PARTLABEL=SYSTEM init=/init rootwait console=ttySAC2,115200 loglevel=8 androidboot.hardware=smdk4x12 androidboot.selinux=permissive enforcing=0" +CONFIG_CMDLINE="root=PARTLABEL=SYSTEM init=/init rootwait console=ttySAC2,115200 loglevel=8 androidboot.hardware=smdk4x12 androidboot.selinux=permissive enforcing=0 no_console_suspend" CONFIG_CMDLINE_FORCE=y CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_STAT=y diff --git a/arch/arm/configs/replicant_i9305_defconfig b/arch/arm/configs/replicant_i9305_defconfig index 0e86966a5c3f..306d13c916fd 100644 --- a/arch/arm/configs/replicant_i9305_defconfig +++ b/arch/arm/configs/replicant_i9305_defconfig @@ -45,7 +45,7 @@ CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ARM_APPENDED_DTB=y CONFIG_ARM_ATAG_DTB_COMPAT=y CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND=y -CONFIG_CMDLINE="root=PARTLABEL=SYSTEM init=/init rootwait console=ttySAC2,115200 loglevel=8 androidboot.hardware=smdk4x12 androidboot.selinux=permissive enforcing=0" +CONFIG_CMDLINE="root=PARTLABEL=SYSTEM init=/init rootwait console=ttySAC2,115200 loglevel=8 androidboot.hardware=smdk4x12 androidboot.selinux=permissive enforcing=0 no_console_suspend" CONFIG_CMDLINE_FORCE=y CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_STAT=y -- cgit v1.2.3