Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-guf
Manage
Activity
Members
Labels
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
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
SECO Northern Europe
Kernel
linux-guf
Commits
e811d327
Commit
e811d327
authored
14 years ago
by
Tony Lindgren
Browse files
Options
Downloads
Patches
Plain Diff
TI816X: Update to use init_early
Update to use init_early Signed-off-by:
Tony Lindgren
<
tony@atomide.com
>
parent
4d887a25
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm/mach-omap2/board-ti8168evm.c
+6
-1
6 additions, 1 deletion
arch/arm/mach-omap2/board-ti8168evm.c
with
6 additions
and
1 deletion
arch/arm/mach-omap2/board-ti8168evm.c
+
6
−
1
View file @
e811d327
...
@@ -27,12 +27,16 @@
...
@@ -27,12 +27,16 @@
static
struct
omap_board_config_kernel
ti8168_evm_config
[]
__initdata
=
{
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
=
ti8168_evm_config
;
omap_board_config_size
=
ARRAY_SIZE
(
ti8168_evm_config
);
omap_board_config_size
=
ARRAY_SIZE
(
ti8168_evm_config
);
omap2_init_common_infrastructure
();
omap2_init_common_infrastructure
();
omap2_init_common_devices
(
NULL
,
NULL
);
omap2_init_common_devices
(
NULL
,
NULL
);
}
static
void
__init
ti8168_evm_init_irq
(
void
)
{
omap_init_irq
();
omap_init_irq
();
}
}
...
@@ -51,6 +55,7 @@ MACHINE_START(TI8168EVM, "ti8168evm")
...
@@ -51,6 +55,7 @@ MACHINE_START(TI8168EVM, "ti8168evm")
/* Maintainer: Texas Instruments */
/* Maintainer: Texas Instruments */
.
boot_params
=
0x80000100
,
.
boot_params
=
0x80000100
,
.
map_io
=
ti8168_evm_map_io
,
.
map_io
=
ti8168_evm_map_io
,
.
init_early
=
ti8168_init_early
,
.
init_irq
=
ti8168_evm_init_irq
,
.
init_irq
=
ti8168_evm_init_irq
,
.
timer
=
&
omap_timer
,
.
timer
=
&
omap_timer
,
.
init_machine
=
ti8168_evm_init
,
.
init_machine
=
ti8168_evm_init
,
...
...
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