diff --git a/build.config.msm.pineapple b/build.config.msm.pineapple index 00cb851ee01b..80231ec39ba8 100644 --- a/build.config.msm.pineapple +++ b/build.config.msm.pineapple @@ -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 ################################################################################