build.config: pineapple: Edit kernel cmdline

The GENI serial console is not to be enabled by default.

Change-Id: I536ae937cf840a2def40be2620669777c7ae549e
Signed-off-by: Guru Das Srinagesh <quic_gurus@quicinc.com>
This commit is contained in:
Guru Das Srinagesh 2022-03-08 10:21:57 -08:00
parent a9de059252
commit 7c02a9c4d6

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 msm_geni_serial.con_enabled=1 hvc_dcc.enable=1'
KERNEL_VENDOR_CMDLINE+='console=hvc0 earlycon=hvc0 hvc_dcc.enable=1'
fi
################################################################################