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
nexedi
linux
Commits
4b37cd33
Commit
4b37cd33
authored
Jul 14, 2010
by
Eric Miao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] mmp: remove never supported .boot_params for MMP
Signed-off-by:
Eric Miao
<
eric.y.miao@gmail.com
>
parent
3a27f6e0
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
7 deletions
+0
-7
arch/arm/mach-mmp/aspenite.c
arch/arm/mach-mmp/aspenite.c
+0
-2
arch/arm/mach-mmp/avengers_lite.c
arch/arm/mach-mmp/avengers_lite.c
+0
-1
arch/arm/mach-mmp/flint.c
arch/arm/mach-mmp/flint.c
+0
-1
arch/arm/mach-mmp/jasper.c
arch/arm/mach-mmp/jasper.c
+0
-1
arch/arm/mach-mmp/tavorevb.c
arch/arm/mach-mmp/tavorevb.c
+0
-1
arch/arm/mach-mmp/ttc_dkb.c
arch/arm/mach-mmp/ttc_dkb.c
+0
-1
No files found.
arch/arm/mach-mmp/aspenite.c
View file @
4b37cd33
...
...
@@ -150,7 +150,6 @@ static void __init common_init(void)
MACHINE_START
(
ASPENITE
,
"PXA168-based Aspenite Development Platform"
)
.
phys_io
=
APB_PHYS_BASE
,
.
boot_params
=
0x00000100
,
.
io_pg_offst
=
(
APB_VIRT_BASE
>>
18
)
&
0xfffc
,
.
map_io
=
pxa_map_io
,
.
init_irq
=
pxa168_init_irq
,
...
...
@@ -160,7 +159,6 @@ MACHINE_END
MACHINE_START
(
ZYLONITE2
,
"PXA168-based Zylonite2 Development Platform"
)
.
phys_io
=
APB_PHYS_BASE
,
.
boot_params
=
0x00000100
,
.
io_pg_offst
=
(
APB_VIRT_BASE
>>
18
)
&
0xfffc
,
.
map_io
=
pxa_map_io
,
.
init_irq
=
pxa168_init_irq
,
...
...
arch/arm/mach-mmp/avengers_lite.c
View file @
4b37cd33
...
...
@@ -42,7 +42,6 @@ static void __init avengers_lite_init(void)
MACHINE_START
(
AVENGERS_LITE
,
"PXA168 Avengers lite Development Platform"
)
.
phys_io
=
APB_PHYS_BASE
,
.
boot_params
=
0x00000100
,
.
io_pg_offst
=
(
APB_VIRT_BASE
>>
18
)
&
0xfffc
,
.
map_io
=
pxa_map_io
,
.
init_irq
=
pxa168_init_irq
,
...
...
arch/arm/mach-mmp/flint.c
View file @
4b37cd33
...
...
@@ -114,7 +114,6 @@ static void __init flint_init(void)
MACHINE_START
(
FLINT
,
"Flint Development Platform"
)
.
phys_io
=
APB_PHYS_BASE
,
.
boot_params
=
0x00000100
,
.
io_pg_offst
=
(
APB_VIRT_BASE
>>
18
)
&
0xfffc
,
.
map_io
=
pxa_map_io
,
.
init_irq
=
mmp2_init_irq
,
...
...
arch/arm/mach-mmp/jasper.c
View file @
4b37cd33
...
...
@@ -135,7 +135,6 @@ static void __init jasper_init(void)
MACHINE_START
(
MARVELL_JASPER
,
"Jasper Development Platform"
)
.
phys_io
=
APB_PHYS_BASE
,
.
boot_params
=
0x00000100
,
.
io_pg_offst
=
(
APB_VIRT_BASE
>>
18
)
&
0xfffc
,
.
map_io
=
pxa_map_io
,
.
init_irq
=
mmp2_init_irq
,
...
...
arch/arm/mach-mmp/tavorevb.c
View file @
4b37cd33
...
...
@@ -100,7 +100,6 @@ static void __init tavorevb_init(void)
MACHINE_START
(
TAVOREVB
,
"PXA910 Evaluation Board (aka TavorEVB)"
)
.
phys_io
=
APB_PHYS_BASE
,
.
boot_params
=
0x00000100
,
.
io_pg_offst
=
(
APB_VIRT_BASE
>>
18
)
&
0xfffc
,
.
map_io
=
pxa_map_io
,
.
init_irq
=
pxa910_init_irq
,
...
...
arch/arm/mach-mmp/ttc_dkb.c
View file @
4b37cd33
...
...
@@ -123,7 +123,6 @@ static void __init ttc_dkb_init(void)
MACHINE_START
(
TTC_DKB
,
"PXA910-based TTC_DKB Development Platform"
)
.
phys_io
=
APB_PHYS_BASE
,
.
boot_params
=
0x00000100
,
.
io_pg_offst
=
(
APB_VIRT_BASE
>>
18
)
&
0xfffc
,
.
map_io
=
pxa_map_io
,
.
init_irq
=
pxa910_init_irq
,
...
...
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