summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorStefan Roese <[email protected]>2019-04-03 07:37:05 +0200
committerEugen Hristev <[email protected]>2019-04-09 09:28:50 +0300
commit05d4b8e4ad9b24a2dace09d86c39b2b4f056f613 (patch)
tree860f65c9b1c1b2e2e2c557a698b543f89735b476 /configs
parent6c04bd38572b479b93ee64627f207461a61a54e3 (diff)
arm: at91: Remove CONFIG_AT91_HW_WDT_TIMEOUT
This patch removes the CONFIG_AT91_HW_WDT_TIMEOUT as its not needed any more. The WD timeout value can be provided via the "timeout-sec" DT property. If not provided this way, the default value of 2 seconds will be used. Signed-off-by: Stefan Roese <[email protected]> Cc: Heiko Schocher <[email protected]> Cc: Andreas Bießmann <[email protected]> Cc: Eugen Hristev <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/smartweb_defconfig1
-rw-r--r--configs/taurus_defconfig1
2 files changed, 0 insertions, 2 deletions
diff --git a/configs/smartweb_defconfig b/configs/smartweb_defconfig
index 7c7220afc81..807a5691210 100644
--- a/configs/smartweb_defconfig
+++ b/configs/smartweb_defconfig
@@ -59,6 +59,5 @@ CONFIG_USB_ETHER_ASIX=y
CONFIG_USB_ETHER_MCS7830=y
CONFIG_WDT=y
CONFIG_WDT_AT91=y
-CONFIG_AT91_HW_WDT_TIMEOUT=y
CONFIG_SPL_TINY_MEMSET=y
# CONFIG_EFI_LOADER is not set
diff --git a/configs/taurus_defconfig b/configs/taurus_defconfig
index 022b0b6da19..d69f4895eff 100644
--- a/configs/taurus_defconfig
+++ b/configs/taurus_defconfig
@@ -62,5 +62,4 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x02d2
CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_WDT=y
CONFIG_WDT_AT91=y
-CONFIG_AT91_HW_WDT_TIMEOUT=y
CONFIG_USE_TINY_PRINTF=y