defconfig: build.config: Add earlycon option to commandline

Enable early console for debug builds for Anorak target.
Also remove malformed early option 'earlycon' from build.config.anorak.

Change-Id: Ia9b50ebcff976fa56d00fc452c7c36986370e1d0
Signed-off-by: Hrishabh Rajput <quic_hrishabh@quicinc.com>
This commit is contained in:
Hrishabh Rajput 2023-03-27 19:43:18 +05:30
parent 047374a076
commit 2d1f9b1ffb
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ CONFIG_ARM_SMMU_TESTBUS_DUMP=y
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=1 CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=1
CONFIG_BUG_ON_HW_MEM_ONLINE_FAIL=y CONFIG_BUG_ON_HW_MEM_ONLINE_FAIL=y
CONFIG_CMDLINE="stack_depot_disable=off kasan.stacktrace=off cgroup_disable=pressure cgroup.memory=nokmem page_owner=on no_hash_pointers panic_on_taint=0x20 slub_debug=,;FZP,zspage,zs_handle" CONFIG_CMDLINE="stack_depot_disable=off kasan.stacktrace=off cgroup_disable=pressure cgroup.memory=nokmem page_owner=on no_hash_pointers panic_on_taint=0x20 slub_debug=,;FZP,zspage,zs_handle earlycon=msm_geni_serial,0x00998000"
CONFIG_CORESIGHT_SOURCE_ETM4X=m CONFIG_CORESIGHT_SOURCE_ETM4X=m
CONFIG_QTI_THERMALZONE_CONFIG_DEBUG=m CONFIG_QTI_THERMALZONE_CONFIG_DEBUG=m
# CONFIG_DEBUG_LOCKDEP is not set # CONFIG_DEBUG_LOCKDEP is not set

View File

@ -20,7 +20,7 @@ TRIM_UNUSED_MODULES=1
MODULES_LIST_ORDER="1" MODULES_LIST_ORDER="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.con_enabled=1' KERNEL_VENDOR_CMDLINE+=' console=ttyMSM0,115200n8 msm_geni_serial.con_enabled=1'
fi fi
[ -z "${DT_OVERLAY_SUPPORT}" ] && DT_OVERLAY_SUPPORT=1 [ -z "${DT_OVERLAY_SUPPORT}" ] && DT_OVERLAY_SUPPORT=1