aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-u300
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2011-08-09 15:20:20 -0400
committerLinus Walleij <linus.walleij@linaro.org>2011-08-17 04:20:30 -0400
commit711e2deb63bb151249fa78287f99ba1e7de77b2f (patch)
tree4360c7b2c9859ed32a7ac43fb90f3a96ab8579a1 /arch/arm/mach-u300
parent5485c1e090e7057517f180c7be1ab328df4bf949 (diff)
mach-u300: delete bogus memory mappings
Get rid of the bogus memory map to TCM (there is a real mechanism for handling that nowadays!) and the commented- out declaration of the ROM. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-u300')
-rw-r--r--arch/arm/mach-u300/core.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/mach-u300/core.c b/arch/arm/mach-u300/core.c
index 8b78af90166f..ba0b1d3b6ed2 100644
--- a/arch/arm/mach-u300/core.c
+++ b/arch/arm/mach-u300/core.c
@@ -68,25 +68,6 @@ static struct map_desc u300_io_desc[] __initdata = {
68 .length = SZ_32K, 68 .length = SZ_32K,
69 .type = MT_DEVICE, 69 .type = MT_DEVICE,
70 }, 70 },
71 {
72 .virtual = 0xffff2000, /* TCM memory */
73 .pfn = __phys_to_pfn(0xffff2000),
74 .length = SZ_16K,
75 .type = MT_DEVICE,
76 },
77
78 /*
79 * This overlaps with the IRQ vectors etc at 0xffff0000, so these
80 * may have to be moved to 0x00000000 in order to use the ROM.
81 */
82 /*
83 {
84 .virtual = U300_BOOTROM_VIRT_BASE,
85 .pfn = __phys_to_pfn(U300_BOOTROM_PHYS_BASE),
86 .length = SZ_64K,
87 .type = MT_ROM,
88 },
89 */
90}; 71};
91 72
92void __init u300_map_io(void) 73void __init u300_map_io(void)