build.config.msm.waipio: Remove options to earlycon

Device tree can/should specify the earlycon location using
"stdout-path" since the address of msm_geni_serial may differ between
boards (e.g. Diwali and Waipio).

Change-Id: Iff3f8c0c759cd518c8bd7dc3ea035c5bdce44410
Signed-off-by: Elliot Berman <eberman@codeaurora.org>
This commit is contained in:
Elliot Berman 2021-08-24 12:06:08 -07:00
parent 0cb9813875
commit 34be040f98

View File

@ -24,7 +24,7 @@ MODULES_LIST_ORDER="1"
[ -z "${DT_OVERLAY_SUPPORT}" ] && DT_OVERLAY_SUPPORT=1 [ -z "${DT_OVERLAY_SUPPORT}" ] && DT_OVERLAY_SUPPORT=1
if [ "${KERNEL_CMDLINE_CONSOLE_AUTO}" != "0" ]; then 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 fi
################################################################################ ################################################################################