Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e811d327
Commit
e811d327
authored
Feb 16, 2011
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TI816X: Update to use init_early
Update to use init_early Signed-off-by:
Tony Lindgren
<
tony@atomide.com
>
parent
4d887a25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
arch/arm/mach-omap2/board-ti8168evm.c
arch/arm/mach-omap2/board-ti8168evm.c
+6
-1
No files found.
arch/arm/mach-omap2/board-ti8168evm.c
View file @
e811d327
...
...
@@ -27,12 +27,16 @@
static
struct
omap_board_config_kernel
ti8168_evm_config
[]
__initdata
=
{
};
static
void
__init
ti8168_
evm_init_irq
(
void
)
static
void
__init
ti8168_
init_early
(
void
)
{
omap_board_config
=
ti8168_evm_config
;
omap_board_config_size
=
ARRAY_SIZE
(
ti8168_evm_config
);
omap2_init_common_infrastructure
();
omap2_init_common_devices
(
NULL
,
NULL
);
}
static
void
__init
ti8168_evm_init_irq
(
void
)
{
omap_init_irq
();
}
...
...
@@ -51,6 +55,7 @@ MACHINE_START(TI8168EVM, "ti8168evm")
/* Maintainer: Texas Instruments */
.
boot_params
=
0x80000100
,
.
map_io
=
ti8168_evm_map_io
,
.
init_early
=
ti8168_init_early
,
.
init_irq
=
ti8168_evm_init_irq
,
.
timer
=
&
omap_timer
,
.
init_machine
=
ti8168_evm_init
,
...
...
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