aboutsummaryrefslogtreecommitdiff
path: root/board/CZ.NIC/turris_mox
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2019-05-02 16:53:35 +0200
committerStefan Roese <sr@denx.de>2019-05-03 08:14:39 +0200
commite28872d68b477bbcc17a10252cf3e75dab1c6e32 (patch)
tree4a8f295f6ef0ddeaa1c274e88aa9ca73c73bece1 /board/CZ.NIC/turris_mox
parent7f4b184af1922ee0fae2f6181a6605ea9e8209e4 (diff)
downloadu-boot-e28872d68b477bbcc17a10252cf3e75dab1c6e32.zip
u-boot-e28872d68b477bbcc17a10252cf3e75dab1c6e32.tar.gz
u-boot-e28872d68b477bbcc17a10252cf3e75dab1c6e32.tar.bz2
arm: mvebu: turris_*: remove watchdog include
Since board watchdog is now unified and not handled in board files, remove the unnecessary includes. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/CZ.NIC/turris_mox')
-rw-r--r--board/CZ.NIC/turris_mox/turris_mox.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/CZ.NIC/turris_mox/turris_mox.c b/board/CZ.NIC/turris_mox/turris_mox.c
index 8a48723..3818e37 100644
--- a/board/CZ.NIC/turris_mox/turris_mox.c
+++ b/board/CZ.NIC/turris_mox/turris_mox.c
@@ -16,10 +16,6 @@
#include <fdt_support.h>
#include <environment.h>
-#ifdef CONFIG_WDT_ARMADA_37XX
-#include <wdt.h>
-#endif
-
#include "mox_sp.h"
#define MAX_MOX_MODULES 10