Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vesta
u-boot-2015.04
Commits
7ff66bb0
Commit
7ff66bb0
authored
15 years ago
by
Heiko Schocher
Committed by
Wolfgang Denk
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ppc: trigger WDT before starting Linux
Signed-off-by:
Heiko Schocher
<
hs@denx.de
>
parent
2bcbd429
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib_ppc/bootm.c
+2
-0
2 additions, 0 deletions
lib_ppc/bootm.c
with
2 additions
and
0 deletions
lib_ppc/bootm.c
+
2
−
0
View file @
7ff66bb0
...
...
@@ -94,6 +94,7 @@ static void boot_jump_linux(bootm_headers_t *images)
#endif
debug
(
" Booting using OF flat tree...
\n
"
);
WATCHDOG_RESET
();
(
*
kernel
)
((
bd_t
*
)
of_flat_tree
,
0
,
0
,
EPAPR_MAGIC
,
CONFIG_SYS_BOOTMAPSZ
,
0
,
0
);
/* does not return */
...
...
@@ -117,6 +118,7 @@ static void boot_jump_linux(bootm_headers_t *images)
bd_t
*
kbd
=
images
->
kbd
;
debug
(
" Booting using board info...
\n
"
);
WATCHDOG_RESET
();
(
*
kernel
)
(
kbd
,
initrd_start
,
initrd_end
,
cmd_start
,
cmd_end
,
0
,
0
);
/* does not return */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment