]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: zynqmp: Disable WDT_CDNS driver by default
authorMichal Simek <michal.simek@xilinx.com>
Fri, 6 Aug 2021 07:18:17 +0000 (09:18 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 26 Aug 2021 06:08:11 +0000 (08:08 +0200)
Do not enable watchdog driver in default zynqmp configuration. The reason
is that not all distributions are handling watchdog properly and then
expires and system resets. If someone needs watchdog in their design please
enable it by hand.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/xilinx_zynqmp_virt_defconfig

index 43ab4e7bd9909d2b892f77cca8ee713069f8a3cb..38b8f8c8b417bbc93bece6e8998ecac424ed8b07 100644 (file)
@@ -191,7 +191,6 @@ 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