aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/include
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2018-10-09 08:59:10 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-11-18 16:02:22 +0100
commit4ff942b059c66c943a3ae94b6f96b3de239e9eaa (patch)
treed5a57a51c29f4cb2ca46f94da9a174b88249db6e /arch/mips/include
parentb4a6a1bb3f6a3a52a1cfebe21cd6aa679bf10b1f (diff)
downloadu-boot-4ff942b059c66c943a3ae94b6f96b3de239e9eaa.zip
u-boot-4ff942b059c66c943a3ae94b6f96b3de239e9eaa.tar.gz
u-boot-4ff942b059c66c943a3ae94b6f96b3de239e9eaa.tar.bz2
mips: mt76xx: Enable watchdog support
This patch enables and starts the watchdog on the MT7620 platform. Currently the WD timeout is configured to 60 seconds. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> [fixed build error due to missing function prototype arch_misc_init] Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/include')
-rw-r--r--arch/mips/include/asm/u-boot-mips.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/u-boot-mips.h b/arch/mips/include/asm/u-boot-mips.h
index f4bfbdc..88438b9 100644
--- a/arch/mips/include/asm/u-boot-mips.h
+++ b/arch/mips/include/asm/u-boot-mips.h
@@ -7,4 +7,6 @@ void exc_handler(void);
void except_vec3_generic(void);
void except_vec_ejtag_debug(void);
+int arch_misc_init(void);
+
#endif /* _U_BOOT_MIPS_H_ */