Enable serial console on dragonboard devices.
A recent android-mainline kernel commit 01e249da0a52 ("ANDROID: GKI:
Enable CONFIG_NULL_TTY by default") enabled CONFIG_NULL_TTY in the
GKI, which caused the serial console to be disabled by default. This
is a reasonable default for production devices, but for development
boards it makes more sense to have it be enabled. Do so by passing
the appropriate console flags in the boot image.
Change-Id: I21e2a53a4f46a698060297dbff717a75816117df
diff --git a/db845c/BoardConfig.mk b/db845c/BoardConfig.mk
index 018213a..5b6bfa0 100644
--- a/db845c/BoardConfig.mk
+++ b/db845c/BoardConfig.mk
@@ -34,6 +34,7 @@
BOARD_KERNEL_CMDLINE += deferred_probe_timeout=30
BOARD_KERNEL_CMDLINE += pcie_pme=nomsi #For WiFi to work on rb5
BOARD_KERNEL_CMDLINE += qcom_geni_serial.con_enabled=1
+BOARD_KERNEL_CMDLINE += console=ttyMSM0
# Image Configuration
BOARD_BOOTIMAGE_PARTITION_SIZE := 103079215104 #96M