summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2018-12-07 02:36:38 +0100
committerStefano Babic <sbabic@denx.de>2019-01-09 16:50:03 +0100
commitbf413781cfbbc3df5e154b1c00e231bc2d600550 (patch)
tree5149a1ee597434ba20dd0b665ad7e063b590c8cb /include
parent81653478ebcce72de0daac725f5756872133cfbc (diff)
downloadu-boot-bf413781cfbbc3df5e154b1c00e231bc2d600550.tar.gz
arm: mx5: Enable WDT and bootcounter on M53Menlo
Enable watchdog and bootcounter support on the M53Menlo board. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/m53menlo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h
index 3fca28da6b..0e03bb31a7 100644
--- a/include/configs/m53menlo.h
+++ b/include/configs/m53menlo.h
@@ -157,6 +157,9 @@
/* IIM Fuses */
#define CONFIG_FSL_IIM
+/* Watchdog */
+#define CONFIG_WATCHDOG_TIMEOUT_MSECS 8000
+
/*
* Boot Linux
*/