aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-06-12 19:08:13 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-07-02 18:37:25 +0200
commitd6b57d9841a17670f4388482df5032c1f7bea31d (patch)
treeb19211520c925191183cb812699a1bfd1528699b
parentce02a674a516f36b3ffae74fc547081ee4584146 (diff)
downloadkernel_replicant_linux-history/5.2-rc-android.tar.gz
kernel_replicant_linux-history/5.2-rc-android.tar.bz2
kernel_replicant_linux-history/5.2-rc-android.zip
HACK: never suspend the consolehistory/5.2-rc-android
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 <GNUtoo@cyberdimension.org>
-rw-r--r--arch/arm/configs/replicant_i9300_defconfig2
-rw-r--r--arch/arm/configs/replicant_i9305_defconfig2
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