aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hartman <ghartman@google.com>2017-11-13 18:32:57 -0800
committerGreg Hartman <ghartman@google.com>2017-11-13 18:32:57 -0800
commita3f06d2d304b06f72571fc2a30165e387447f125 (patch)
treecd3b994a05a01fc155ebe38d7c8596d805423470
parentb57596376c0048c8475b384cf6eb1f0cca915847 (diff)
downloadcuttlefish-a3f06d2d304b06f72571fc2a30165e387447f125.tar.gz
Separate the console shell and the kernel log
BUG: 69274999 Test: Local build and boot Change-Id: Ie097d07a70fc15216d7095f319ae85594ae74fcb
-rw-r--r--shared/BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/BoardConfig.mk b/shared/BoardConfig.mk
index 1749c295c..08f8ca526 100644
--- a/shared/BoardConfig.mk
+++ b/shared/BoardConfig.mk
@@ -52,7 +52,7 @@ BOARD_CACHEIMAGE_PARTITION_SIZE := 67108864
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_KERNEL_CMDLINE := loop.max_part=7
-BOARD_KERNEL_CMDLINE += console=ttyS0 androidboot.console=ttyS0
+BOARD_KERNEL_CMDLINE += console=ttyS0 androidboot.console=ttyS1
BOARD_KERNEL_CMDLINE += androidboot.hardware=vsoc
BOARD_KERNEL_CMDLINE += enforcing=0 audit=1
BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive