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>
This commit is contained in:
parent
5611cc4572
commit
bfd912c0dd
|
@ -892,7 +892,6 @@ config ARCH_U300
|
||||||
select HAVE_MACH_CLKDEV
|
select HAVE_MACH_CLKDEV
|
||||||
select GENERIC_GPIO
|
select GENERIC_GPIO
|
||||||
select ARCH_REQUIRE_GPIOLIB
|
select ARCH_REQUIRE_GPIOLIB
|
||||||
select NEED_MACH_MEMORY_H
|
|
||||||
help
|
help
|
||||||
Support for ST-Ericsson U300 series mobile platforms.
|
Support for ST-Ericsson U300 series mobile platforms.
|
||||||
|
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
/*
|
|
||||||
*
|
|
||||||
* 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
|
|
|
@ -46,7 +46,7 @@ static void __init u300_init_machine(void)
|
||||||
|
|
||||||
MACHINE_START(U300, MACH_U300_STRING)
|
MACHINE_START(U300, MACH_U300_STRING)
|
||||||
/* Maintainer: Linus Walleij <linus.walleij@stericsson.com> */
|
/* Maintainer: Linus Walleij <linus.walleij@stericsson.com> */
|
||||||
.atag_offset = BOOT_PARAMS_OFFSET,
|
.atag_offset = 0x100,
|
||||||
.map_io = u300_map_io,
|
.map_io = u300_map_io,
|
||||||
.init_irq = u300_init_irq,
|
.init_irq = u300_init_irq,
|
||||||
.timer = &u300_timer,
|
.timer = &u300_timer,
|
||||||
|
|
Loading…
Reference in New Issue