mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-29 07:21:22 +01:00
ppc: trigger WDT before starting Linux
Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
2bcbd429f4
commit
7ff66bb0be
@ -94,6 +94,7 @@ static void boot_jump_linux(bootm_headers_t *images)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
debug (" Booting using OF flat tree...\n");
|
debug (" Booting using OF flat tree...\n");
|
||||||
|
WATCHDOG_RESET ();
|
||||||
(*kernel) ((bd_t *)of_flat_tree, 0, 0, EPAPR_MAGIC,
|
(*kernel) ((bd_t *)of_flat_tree, 0, 0, EPAPR_MAGIC,
|
||||||
CONFIG_SYS_BOOTMAPSZ, 0, 0);
|
CONFIG_SYS_BOOTMAPSZ, 0, 0);
|
||||||
/* does not return */
|
/* does not return */
|
||||||
@ -117,6 +118,7 @@ static void boot_jump_linux(bootm_headers_t *images)
|
|||||||
bd_t *kbd = images->kbd;
|
bd_t *kbd = images->kbd;
|
||||||
|
|
||||||
debug (" Booting using board info...\n");
|
debug (" Booting using board info...\n");
|
||||||
|
WATCHDOG_RESET ();
|
||||||
(*kernel) (kbd, initrd_start, initrd_end,
|
(*kernel) (kbd, initrd_start, initrd_end,
|
||||||
cmd_start, cmd_end, 0, 0);
|
cmd_start, cmd_end, 0, 0);
|
||||||
/* does not return */
|
/* does not return */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user