aboutsummaryrefslogtreecommitdiff
path: root/include/configs/smartweb.h
diff options
context:
space:
mode:
authorPrasanthi Chellakumar <Prasanthi.Chellakumar@microchip.com>2018-10-09 11:46:40 -0700
committerTom Rini <trini@konsulko.com>2018-11-16 13:34:34 -0500
commit1473f6ac882fde8078826ca828aa3494ff98bf08 (patch)
tree4eb5772d7cdf5113ba64e6c25a20594d6c1bc366 /include/configs/smartweb.h
parenteb13dddd2c0cf7e02f3cc52f783af332a64a63d2 (diff)
downloadu-boot-1473f6ac882fde8078826ca828aa3494ff98bf08.zip
u-boot-1473f6ac882fde8078826ca828aa3494ff98bf08.tar.gz
u-boot-1473f6ac882fde8078826ca828aa3494ff98bf08.tar.bz2
arm: at91: wdt: Convert watchdog driver to dm/dt
Convert the Watchdog driver for AT91SAM9x processors to support the driver model and device tree. Changes "CONFIG_AT91SAM9_WATCHDOG" to new "CONFIG_WDT_AT91" Kconfig option. Signed-off-by: Prasanthi Chellakumar <prasanthi.chellakumar@microchip.com>
Diffstat (limited to 'include/configs/smartweb.h')
-rw-r--r--include/configs/smartweb.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/smartweb.h b/include/configs/smartweb.h
index 114b87e..28af575 100644
--- a/include/configs/smartweb.h
+++ b/include/configs/smartweb.h
@@ -112,13 +112,6 @@
"root=/dev/nfs ip=dhcp nfsroot=${serverip}:/srv/nfs/rootfs; " \
"dhcp"
-/* Enable the watchdog */
-#define CONFIG_AT91SAM9_WATCHDOG
-#if !defined(CONFIG_SPL_BUILD)
-#define CONFIG_HW_WATCHDOG
-#endif
-#define CONFIG_AT91_HW_WDT_TIMEOUT 15
-
#if !defined(CONFIG_SPL_BUILD)
/* USB configuration */
#define CONFIG_USB_ATMEL