aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-05-18 23:06:09 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-05-18 23:06:17 +0200
commit24e210e63f19c5cc47c836d3c01ab280b7314d08 (patch)
treec3452bcb856c491a84a6a9613bab36e5e7333b83
parent4d20fb53e9bb4b106730cf3bb93fa6eedae0373e (diff)
downloadkernel_replicant_linux-24e210e63f19c5cc47c836d3c01ab280b7314d08.tar.gz
kernel_replicant_linux-24e210e63f19c5cc47c836d3c01ab280b7314d08.tar.bz2
kernel_replicant_linux-24e210e63f19c5cc47c836d3c01ab280b7314d08.zip
HACK: Use serial console
The use of CONFIG_CMDLINE_FORCE should be revisited, and using the Android bootimage or some other means to set the cmdline could be used if the bootloader that is used doesn't stand in the way. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--arch/arm/configs/replicant_i9300_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/replicant_i9300_defconfig b/arch/arm/configs/replicant_i9300_defconfig
index e332d73505ac..2949d7e82d02 100644
--- a/arch/arm/configs/replicant_i9300_defconfig
+++ b/arch/arm/configs/replicant_i9300_defconfig
@@ -44,7 +44,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="console=tty0 androidboot.hardware=smdk4x12 androidboot.selinux=permissive earlyprintk enforcing=0"
+CONFIG_CMDLINE="console=tty0 console=ttySAC2,115200 loglevel=8 androidboot.hardware=smdk4x12 androidboot.selinux=permissive earlyprintk enforcing=0"
CONFIG_CMDLINE_FORCE=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_STAT=y