Merge "build.config.msm.pineapple: Switch to UART"

This commit is contained in:
qctecmdr 2022-03-24 18:41:52 -07:00 committed by Gerrit - the friendly Code Review server
commit 7d37a5ae8c

View File

@ -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
################################################################################