mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 05:04:23 +08: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
@ -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…
Reference in New Issue
Block a user