aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-05-26 11:45:45 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-05-26 11:45:45 +0900
commit9c28faaab19132b3f029d4ffa9a4dee8a11f0cbb (patch)
tree4cb81f20ab9f7e21460b28b9a6c3b623a9ca2b7d /arch/sh/kernel/cpu
parentsh: update Migo-R defconfig (diff)
downloadlinux-dev-9c28faaab19132b3f029d4ffa9a4dee8a11f0cbb.tar.xz
linux-dev-9c28faaab19132b3f029d4ffa9a4dee8a11f0cbb.zip
sh: Drop broken URAM support on SH7723.
This was copied over from the previous MobileR bits, which doesn't apply to R2. The URAM block on R2 is recycled for the L2 instead. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu')
-rw-r--r--arch/sh/kernel/cpu/sh4a/setup-sh7723.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c
index 629b06ceb61f..566ce79b9abf 100644
--- a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c
+++ b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c
@@ -292,9 +292,3 @@ void __init plat_irq_setup(void)
{
register_intc_controller(&intc_desc);
}
-
-void __init plat_mem_setup(void)
-{
- /* Register the URAM space as Node 1 */
- setup_bootmem_node(1, 0x055f0000, 0x05610000);
-}