summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2019-06-09 18:46:45 +0200
committerStefano Babic <[email protected]>2019-07-19 20:14:50 +0200
commit9ac5dda519b297af683465bf169c7e5869c72b47 (patch)
treeda2b31ad141872cbff152d922b0e28097415ea43 /include
parent1b8c986b684c481d2a3a87200e80421129abe32e (diff)
ARM: imx: m53menlo: Convert WDT support to DM
Enable DM Watchdog support on iMX53 M53Menlo. Signed-off-by: Marek Vasut <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Stefano Babic <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/m53menlo.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h
index 7b68c1c0a1e..e98dbfbb7ee 100644
--- a/include/configs/m53menlo.h
+++ b/include/configs/m53menlo.h
@@ -242,4 +242,9 @@
"fi ; " \
"fi\0"
+#if defined(CONFIG_SPL_BUILD)
+#undef CONFIG_WATCHDOG
+#define CONFIG_HW_WATCHDOG
+#endif
+
#endif /* __M53MENLO_CONFIG_H__ */