commit | 1138fc42388d381e3198764f1a9c7db62fbbf6ee | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Apr 03 07:37:05 2019 +0200 |
committer | Eugen Hristev <eugen.hristev@microchip.com> | Tue Apr 09 09:28:50 2019 +0300 |
tree | 860f65c9b1c1b2e2e2c557a698b543f89735b476 | |
parent | d052ef873d374f53f6c930c718b12d761f53500c [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 <sr@denx.de> Cc: Heiko Schocher <hs@denx.de> Cc: Andreas Bießmann <andreas@biessmann.org> Cc: Eugen Hristev <eugen.hristev@microchip.com>