]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: qcs615/qcs9100: Enable watchdog autostart
authorBalaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
Tue, 26 May 2026 06:56:36 +0000 (12:26 +0530)
committerCasey Connolly <casey.connolly@linaro.org>
Wed, 10 Jun 2026 11:36:18 +0000 (13:36 +0200)
Enable watchdog autostart for QCS615 and QCS9100 platforms to ensure
the watchdog timer is automatically started during U-Boot
initialization.

Signed-off-by: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
Link: https://patch.msgid.link/20260526-wdt-v1-1-8236040fe56a@oss.qualcomm.com
Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
configs/qcom_qcs615_defconfig
configs/qcom_qcs9100_defconfig

index 27666a8129d770b1eeba07a4df6a613c5906365d..e060fac3726770158f86a0329878ea2288a8da7b 100644 (file)
@@ -22,3 +22,5 @@ CONFIG_REMAKE_ELF=y
 CONFIG_TEXT_BASE=0x9fc00000
 
 CONFIG_FASTBOOT_BUF_ADDR=0xa1600000
+
+CONFIG_WATCHDOG_AUTOSTART=y
index 082106157bbc451d53995e3b566258f5304d32b7..efd6c63f212cc2480825bcd2ef853d2de3e13593 100644 (file)
@@ -14,3 +14,5 @@ CONFIG_ENV_IS_IN_SCSI=y
 CONFIG_ENV_SCSI_PART_UUID="71cb9cd0-acf1-b6cb-ad91-be9572fe11a9"
 # CONFIG_ENV_IS_DEFAULT is not set
 # CONFIG_ENV_IS_NOWHERE is not set
+
+CONFIG_WATCHDOG_AUTOSTART=y