build.config.msm.pineapple: Switch to UART
Edit the kernel command line to enable serial console output on UART. Change-Id: I6eecdcb3e5f2f265324fe0abd79b2f8c716741ef Signed-off-by: Guru Das Srinagesh <quic_gurus@quicinc.com>
This commit is contained in:
parent
fc6109efd4
commit
b5df9d72ea
@ -18,7 +18,7 @@ TRIM_UNUSED_MODULES=1
|
||||
[ -z "${DT_OVERLAY_SUPPORT}" ] && DT_OVERLAY_SUPPORT=0
|
||||
|
||||
if [ "${KERNEL_CMDLINE_CONSOLE_AUTO}" != "0" ]; then
|
||||
KERNEL_VENDOR_CMDLINE+='console=hvc0 earlycon=hvc0 hvc_dcc.enable=1'
|
||||
KERNEL_VENDOR_CMDLINE+='console=ttyMSM0,115200n8 earlycon'
|
||||
fi
|
||||
|
||||
################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user