From 34be040f98edab99de8baf3e1567aea2162688b2 Mon Sep 17 00:00:00 2001 From: Elliot Berman Date: Tue, 24 Aug 2021 12:06:08 -0700 Subject: [PATCH] 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 --- build.config.msm.waipio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ################################################################################