Skip to content
Snippets Groups Projects
Commit ea7a3c44 authored by Tim Harvey's avatar Tim Harvey Committed by Stefano Babic
Browse files

imx: ventana: add GSC boot watchdog disable to SPL


If the SPL is to be used for Falcon mode then we need to make sure the SPL
disable the GSC boot watchdog.

Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
parent c4b44d76
No related branches found
No related tags found
No related merge requests found
......@@ -527,6 +527,9 @@ void board_init_f(ulong dummy)
/* Clear the BSS. */
memset(__bss_start, 0, __bss_end - __bss_start);
/* disable boot watchdog */
gsc_boot_wd_disable();
/* load/boot image from boot device */
board_init_r(NULL, 0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment