From 396fce396e2e4d573bcd769f8319827f6d1c512f Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 11 Feb 2020 09:56:48 +0100 Subject: [PATCH] arm64: zynqmp: Disable watchdog by default for virt platform Disable watchdog based on request in past that not all Linux rootfs have proper utilities ready to service it. Enable it if your rootfs have proper watchdog handling. Signed-off-by: Michal Simek State: pending --- configs/xilinx_zynqmp_virt_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig index 1a383edf8b6..3559a2184fd 100644 --- a/configs/xilinx_zynqmp_virt_defconfig +++ b/configs/xilinx_zynqmp_virt_defconfig @@ -164,8 +164,6 @@ CONFIG_SPLASH_SCREEN=y CONFIG_BMP_16BPP=y CONFIG_BMP_24BPP=y CONFIG_BMP_32BPP=y -CONFIG_WDT=y -CONFIG_WDT_CDNS=y CONFIG_PANIC_HANG=y CONFIG_TPM=y CONFIG_SPL_GZIP=y -- 2.47.3