diff options
| author | Balaji Selvanathan <[email protected]> | 2026-05-26 12:26:36 +0530 |
|---|---|---|
| committer | Casey Connolly <[email protected]> | 2026-06-10 13:36:18 +0200 |
| commit | a50e32bae6abc8d86d4fa6fff9a1c8f5c88baa4f (patch) | |
| tree | ef8bf8d5c26a612f4bb648fefa1a5a16bd070023 | |
| parent | 146963054be8ae66dc5de88979a04e067c19117e (diff) | |
configs: qcs615/qcs9100: Enable watchdog autostart
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 <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Casey Connolly <[email protected]>
| -rw-r--r-- | configs/qcom_qcs615_defconfig | 2 | ||||
| -rw-r--r-- | configs/qcom_qcs9100_defconfig | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/configs/qcom_qcs615_defconfig b/configs/qcom_qcs615_defconfig index 27666a8129d..e060fac3726 100644 --- a/configs/qcom_qcs615_defconfig +++ b/configs/qcom_qcs615_defconfig @@ -22,3 +22,5 @@ CONFIG_REMAKE_ELF=y CONFIG_TEXT_BASE=0x9fc00000 CONFIG_FASTBOOT_BUF_ADDR=0xa1600000 + +CONFIG_WATCHDOG_AUTOSTART=y diff --git a/configs/qcom_qcs9100_defconfig b/configs/qcom_qcs9100_defconfig index 082106157bb..efd6c63f212 100644 --- a/configs/qcom_qcs9100_defconfig +++ b/configs/qcom_qcs9100_defconfig @@ -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 |
