Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Jack Humbert
reform-boundary-uboot
Commits
8775471b
Commit
8775471b
authored
13 years ago
by
Andreas Müller
Committed by
Albert ARIBAUD
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
OMAP SPL: call timer_init in s_init to make udelay work earlier
Signed-off-by:
Andreas Müller
<
schnitzeltony@gmx.de
>
parent
0b620ec9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/arm/cpu/armv7/omap-common/spl.c
+0
-2
0 additions, 2 deletions
arch/arm/cpu/armv7/omap-common/spl.c
arch/arm/cpu/armv7/omap3/board.c
+2
-0
2 additions, 0 deletions
arch/arm/cpu/armv7/omap3/board.c
with
2 additions
and
2 deletions
arch/arm/cpu/armv7/omap-common/spl.c
+
0
−
2
View file @
8775471b
...
@@ -115,8 +115,6 @@ void board_init_r(gd_t *id, ulong dummy)
...
@@ -115,8 +115,6 @@ void board_init_r(gd_t *id, ulong dummy)
mem_malloc_init
(
CONFIG_SYS_SPL_MALLOC_START
,
mem_malloc_init
(
CONFIG_SYS_SPL_MALLOC_START
,
CONFIG_SYS_SPL_MALLOC_SIZE
);
CONFIG_SYS_SPL_MALLOC_SIZE
);
timer_init
();
#ifdef CONFIG_SPL_BOARD_INIT
#ifdef CONFIG_SPL_BOARD_INIT
spl_board_init
();
spl_board_init
();
#endif
#endif
...
...
This diff is collapsed.
Click to expand it.
arch/arm/cpu/armv7/omap3/board.c
+
2
−
0
View file @
8775471b
...
@@ -230,6 +230,8 @@ void s_init(void)
...
@@ -230,6 +230,8 @@ void s_init(void)
#ifdef CONFIG_SPL_BUILD
#ifdef CONFIG_SPL_BUILD
preloader_console_init
();
preloader_console_init
();
timer_init
();
#endif
#endif
if
(
!
in_sdram
)
if
(
!
in_sdram
)
...
...
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