Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyra-uboot
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
kernel
pyra-uboot
Commits
e3674878
Commit
e3674878
authored
Nov 16, 2019
by
Nick Elsmore
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arch: arm: omap-common: add board_spl_board_init for board specific spl setup
parent
1a9c337d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
arch/arm/cpu/armv7/omap-common/boot-common.c
arch/arm/cpu/armv7/omap-common/boot-common.c
+6
-0
No files found.
arch/arm/cpu/armv7/omap-common/boot-common.c
View file @
e3674878
...
...
@@ -176,6 +176,10 @@ u32 spl_boot_mode(const u32 boot_device)
return
gd
->
arch
.
omap_boot_mode
;
}
void
__weak
board_spl_board_init
(
void
)
{
}
void
spl_board_init
(
void
)
{
/*
...
...
@@ -203,6 +207,8 @@ void spl_board_init(void)
#ifdef CONFIG_AM33XX
am33xx_spl_board_init
();
#endif
board_spl_board_init
();
}
__weak
int
board_mmc_init
(
bd_t
*
bis
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment