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
2d678419
Commit
2d678419
authored
Sep 29, 2002
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Cleanup Ceiva merge.
parent
d5096010
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
9 deletions
+1
-9
arch/arm/mach-clps711x/ceiva.c
arch/arm/mach-clps711x/ceiva.c
+1
-1
include/asm-arm/arch-clps711x/hardware.h
include/asm-arm/arch-clps711x/hardware.h
+0
-8
No files found.
arch/arm/mach-clps711x/ceiva.c
View file @
2d678419
...
...
@@ -45,7 +45,7 @@ static struct map_desc ceiva_io_desc[] __initdata = {
};
void
__init
ceiva_map_io
(
void
)
static
void
__init
ceiva_map_io
(
void
)
{
clps711x_map_io
();
iotable_init
(
ceiva_io_desc
,
ARRAY_SIZE
(
ceiva_io_desc
));
...
...
include/asm-arm/arch-clps711x/hardware.h
View file @
2d678419
...
...
@@ -65,13 +65,6 @@
#define EP7212_BASE CLPS7111_VIRT_BASE
#include <asm/hardware/ep7212.h>
#elif define (CONFIG_ARCH_CEIVA)
#define EP7212_VIRT_BASE CLPS7111_VIRT_BASE
#define EP7212_BASE CLPS7111_VIRT_BASE
#include <asm/hardware/clps7111.h>
#include <asm/hardware/ep7212.h>
#endif
#define SYSPLD_VIRT_BASE 0xfe000000
...
...
@@ -243,4 +236,3 @@
#endif // #if defined (CONFIG_ARCH_CEIVA)
#endif
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