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
9838309b
Commit
9838309b
authored
Dec 20, 2011
by
Olof Johansson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'u300/cleanup' into next/cleanup
* u300/cleanup: ARM: u300: delete memory.h
parents
844e8a16
bfd912c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
21 deletions
+1
-21
arch/arm/Kconfig
arch/arm/Kconfig
+0
-1
arch/arm/mach-u300/include/mach/memory.h
arch/arm/mach-u300/include/mach/memory.h
+0
-19
arch/arm/mach-u300/u300.c
arch/arm/mach-u300/u300.c
+1
-1
No files found.
arch/arm/Kconfig
View file @
9838309b
...
...
@@ -893,7 +893,6 @@ config ARCH_U300
select HAVE_MACH_CLKDEV
select GENERIC_GPIO
select ARCH_REQUIRE_GPIOLIB
select NEED_MACH_MEMORY_H
help
Support for ST-Ericsson U300 series mobile platforms.
...
...
arch/arm/mach-u300/include/mach/memory.h
deleted
100644 → 0
View file @
844e8a16
/*
*
* arch/arm/mach-u300/include/mach/memory.h
*
*
* Copyright (C) 2007-2009 ST-Ericsson AB
* License terms: GNU General Public License (GPL) version 2
* Memory virtual/physical mapping constants.
* Author: Linus Walleij <linus.walleij@stericsson.com>
* Author: Jonas Aaberg <jonas.aberg@stericsson.com>
*/
#ifndef __MACH_MEMORY_H
#define __MACH_MEMORY_H
#define PLAT_PHYS_OFFSET UL(0x48000000)
#define BOOT_PARAMS_OFFSET 0x100
#endif
arch/arm/mach-u300/u300.c
View file @
9838309b
...
...
@@ -47,7 +47,7 @@ static void __init u300_init_machine(void)
MACHINE_START
(
U300
,
MACH_U300_STRING
)
/* Maintainer: Linus Walleij <linus.walleij@stericsson.com> */
.
atag_offset
=
BOOT_PARAMS_OFFSET
,
.
atag_offset
=
0x100
,
.
map_io
=
u300_map_io
,
.
init_irq
=
u300_init_irq
,
.
handle_irq
=
vic_handle_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