From ce3f947529261a82f3ac7c3efaeb11c9e2e5dfaa Mon Sep 17 00:00:00 2001 From: Aswin Murugan Date: Thu, 10 Sep 2026 16:18:29 +0530 Subject: [PATCH] configs: disable watchdog autostart on LTMS QCOM targets Disable CONFIG_WATCHDOG_AUTOSTART on LTMS Qualcomm platforms to align with the EDK2 boot flow in QLI and ensure consistent watchdog behavior across the boot chain. Signed-off-by: Aswin Murugan --- configs/qcom_lemans_defconfig | 2 -- configs/qcom_qcs615_defconfig | 2 -- configs/qcom_qcs8300_defconfig | 1 - configs/qcom_shikra_defconfig | 2 -- 4 files changed, 7 deletions(-) diff --git a/configs/qcom_lemans_defconfig b/configs/qcom_lemans_defconfig index 21d2395e63f3..7045da8baeca 100644 --- a/configs/qcom_lemans_defconfig +++ b/configs/qcom_lemans_defconfig @@ -18,8 +18,6 @@ CONFIG_ENV_SCSI_PART_TYPE_GUID="bc0330eb-3410-4951-a617-03898dbe3372" # CONFIG_ENV_IS_DEFAULT is not set # CONFIG_ENV_IS_NOWHERE is not set -CONFIG_WATCHDOG_AUTOSTART=y - CONFIG_PHY_QCOM_QMP_USB=y CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK=y diff --git a/configs/qcom_qcs615_defconfig b/configs/qcom_qcs615_defconfig index 973cf9c9305e..da5ab1faadcd 100644 --- a/configs/qcom_qcs615_defconfig +++ b/configs/qcom_qcs615_defconfig @@ -23,8 +23,6 @@ CONFIG_TEXT_BASE=0x9fc00000 CONFIG_FASTBOOT_BUF_ADDR=0xa1600000 -CONFIG_WATCHDOG_AUTOSTART=y - # QCS615 has eMMC only, not UFS/SCSI - override qcom_defconfig settings CONFIG_FASTBOOT_FLASH_BLOCK_INTERFACE_NAME="mmc" CONFIG_FASTBOOT_FLASH_BLOCK_DEVICE_ID=0 diff --git a/configs/qcom_qcs8300_defconfig b/configs/qcom_qcs8300_defconfig index 9c357426bd1a..4029cb492cbe 100644 --- a/configs/qcom_qcs8300_defconfig +++ b/configs/qcom_qcs8300_defconfig @@ -26,4 +26,3 @@ CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK=y CONFIG_QCOM_EL2_GUNYAH_EXIT_SUPPORT=y CONFIG_PHY_QCOM_QMP_USB=y -CONFIG_WATCHDOG_AUTOSTART=y diff --git a/configs/qcom_shikra_defconfig b/configs/qcom_shikra_defconfig index fe102ee9a979..6decfb55bd72 100644 --- a/configs/qcom_shikra_defconfig +++ b/configs/qcom_shikra_defconfig @@ -16,8 +16,6 @@ CONFIG_REMAKE_ELF=y CONFIG_FASTBOOT_BUF_ADDR=0xc5000000 -CONFIG_WATCHDOG_AUTOSTART=y - # Shikra has eMMC only, not UFS/SCSI - override qcom_defconfig settings CONFIG_FASTBOOT_FLASH_BLOCK_INTERFACE_NAME="mmc" CONFIG_FASTBOOT_FLASH_BLOCK_DEVICE_ID=0