diff --git a/build.config.msm.waipio b/build.config.msm.waipio index 0cbec4687be7..82e031fe63b1 100644 --- a/build.config.msm.waipio +++ b/build.config.msm.waipio @@ -24,7 +24,7 @@ MODULES_LIST_ORDER="1" [ -z "${DT_OVERLAY_SUPPORT}" ] && DT_OVERLAY_SUPPORT=1 if [ "${KERNEL_CMDLINE_CONSOLE_AUTO}" != "0" ]; then - KERNEL_VENDOR_CMDLINE+=' console=ttyMSM0,115200n8 earlycon=msm_geni_serial,0x0099C000 msm_geni_serial.con_enabled=1' + KERNEL_VENDOR_CMDLINE+=' console=ttyMSM0,115200n8 earlycon msm_geni_serial.con_enabled=1' fi ################################################################################