build.config.msm.sdxpinn: Update cmdline for enabling UART

Update the cmdline to get the UART shell.

Change-Id: I1d607510c50a79426307c61934e5a0b6fc54bd6a
Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com>
This commit is contained in:
Rohit Agarwal
2022-09-20 14:37:39 +05:30
committed by Gerrit - the friendly Code Review server
parent 8b0371cf29
commit d60b7a2df3

View File

@@ -24,7 +24,7 @@ PREFERRED_USERSPACE=owrt
[ -z "${DT_OVERLAY_SUPPORT}" ] && DT_OVERLAY_SUPPORT=0
if [ "${KERNEL_CMDLINE_CONSOLE_AUTO}" != "0" ]; then
KERNEL_CMDLINE+=' console=hvc0 earlycon=hvc0 hvc_dcc.enable=1 '
KERNEL_CMDLINE+='console=ttyMSM0,115200n8 earlycon=qcom_geni,0x00984000 qcom_geni_serial.con_enabled=1 loglevel=8 '
fi
################################################################################