aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2021-08-06 09:18:17 +0200
committerMichal Simek <michal.simek@xilinx.com>2021-08-26 08:08:11 +0200
commit055dfdc257c99b2195e22493d986dd3b45939f80 (patch)
treec19d5bada29c4813712012c78320cfdd410baf12 /configs
parent3ae330c1776223722e3f582fc95c51c318d57a8f (diff)
downloadu-boot-055dfdc257c99b2195e22493d986dd3b45939f80.zip
u-boot-055dfdc257c99b2195e22493d986dd3b45939f80.tar.gz
u-boot-055dfdc257c99b2195e22493d986dd3b45939f80.tar.bz2
arm64: zynqmp: Disable WDT_CDNS driver by default
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/xilinx_zynqmp_virt_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
index 43ab4e7..38b8f8c 100644
--- a/configs/xilinx_zynqmp_virt_defconfig
+++ b/configs/xilinx_zynqmp_virt_defconfig
@@ -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