mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-05 06:11:44 +00:00
board: engicam: Add watchdog support on Engicam
This patch adds watchdog support for engicam imx6 family of boards. Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com>
This commit is contained in:
parent
75cd09cb18
commit
74bf932679
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <common.h>
|
||||
#include <mmc.h>
|
||||
#include <asm/arch/sys_proto.h>
|
||||
#include <watchdog.h>
|
||||
|
||||
#include "board.h"
|
||||
|
||||
|
@ -88,6 +89,10 @@ int board_late_init(void)
|
|||
|
||||
setenv_fdt_file();
|
||||
|
||||
#ifdef CONFIG_HW_WATCHDOG
|
||||
hw_watchdog_init();
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue