]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sh: Drop broken URAM support on SH7723.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 26 May 2008 02:45:45 +0000 (11:45 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 26 May 2008 02:45:45 +0000 (11:45 +0900)
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>
arch/sh/Kconfig
arch/sh/kernel/cpu/sh4a/setup-sh7723.c

index 8a68160079a90cb5c77411f410960d59899abd5a..9a854c8e52741a52971cbf5fbccf0a3de1b3c36a 100644 (file)
@@ -281,7 +281,6 @@ config CPU_SUBTYPE_SH7723
        select CPU_SH4A
        select CPU_SHX2
        select ARCH_SPARSEMEM_ENABLE
-       select SYS_SUPPORTS_NUMA
        help
          Select SH7723 if you have an SH-MobileR2 CPU.
 
index 629b06ceb61f499960e623d3629821676c24a86b..566ce79b9abf9e585041003b342e632ae2608107 100644 (file)
@@ -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);
-}