mirror of
https://xff.cz/git/u-boot/
synced 2025-09-08 12:12:28 +02: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:
committed by
Stefano Babic
parent
75cd09cb18
commit
74bf932679
@@ -8,6 +8,7 @@
|
|||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <mmc.h>
|
#include <mmc.h>
|
||||||
#include <asm/arch/sys_proto.h>
|
#include <asm/arch/sys_proto.h>
|
||||||
|
#include <watchdog.h>
|
||||||
|
|
||||||
#include "board.h"
|
#include "board.h"
|
||||||
|
|
||||||
@@ -88,6 +89,10 @@ int board_late_init(void)
|
|||||||
|
|
||||||
setenv_fdt_file();
|
setenv_fdt_file();
|
||||||
|
|
||||||
|
#ifdef CONFIG_HW_WATCHDOG
|
||||||
|
hw_watchdog_init();
|
||||||
|
#endif
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user