diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-11-29 08:51:15 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-12-18 18:35:33 -0500 |
commit | bfd912c0dd119d98923494d0cbeee571df756b8a (patch) | |
tree | 76f1fb112547f0fb31a42a777ebe0126f5cd7e74 /arch/arm/mach-u300 | |
parent | 5611cc4572e889b62a7b4c72a413536bf6a9c416 (diff) |
ARM: u300: delete memory.h
Last merge window the memory maps for U300 were simplified so
we can now safely delete memory.h.
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-u300')
-rw-r--r-- | arch/arm/mach-u300/include/mach/memory.h | 19 | ||||
-rw-r--r-- | arch/arm/mach-u300/u300.c | 2 |
2 files changed, 1 insertions, 20 deletions
diff --git a/arch/arm/mach-u300/include/mach/memory.h b/arch/arm/mach-u300/include/mach/memory.h deleted file mode 100644 index c808f347a081..000000000000 --- a/arch/arm/mach-u300/include/mach/memory.h +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | /* | ||
2 | * | ||
3 | * arch/arm/mach-u300/include/mach/memory.h | ||
4 | * | ||
5 | * | ||
6 | * Copyright (C) 2007-2009 ST-Ericsson AB | ||
7 | * License terms: GNU General Public License (GPL) version 2 | ||
8 | * Memory virtual/physical mapping constants. | ||
9 | * Author: Linus Walleij <linus.walleij@stericsson.com> | ||
10 | * Author: Jonas Aaberg <jonas.aberg@stericsson.com> | ||
11 | */ | ||
12 | |||
13 | #ifndef __MACH_MEMORY_H | ||
14 | #define __MACH_MEMORY_H | ||
15 | |||
16 | #define PLAT_PHYS_OFFSET UL(0x48000000) | ||
17 | #define BOOT_PARAMS_OFFSET 0x100 | ||
18 | |||
19 | #endif | ||
diff --git a/arch/arm/mach-u300/u300.c b/arch/arm/mach-u300/u300.c index 89422ee7f3a8..b200312345c5 100644 --- a/arch/arm/mach-u300/u300.c +++ b/arch/arm/mach-u300/u300.c | |||
@@ -46,7 +46,7 @@ static void __init u300_init_machine(void) | |||
46 | 46 | ||
47 | MACHINE_START(U300, MACH_U300_STRING) | 47 | MACHINE_START(U300, MACH_U300_STRING) |
48 | /* Maintainer: Linus Walleij <linus.walleij@stericsson.com> */ | 48 | /* Maintainer: Linus Walleij <linus.walleij@stericsson.com> */ |
49 | .atag_offset = BOOT_PARAMS_OFFSET, | 49 | .atag_offset = 0x100, |
50 | .map_io = u300_map_io, | 50 | .map_io = u300_map_io, |
51 | .init_irq = u300_init_irq, | 51 | .init_irq = u300_init_irq, |
52 | .timer = &u300_timer, | 52 | .timer = &u300_timer, |