diff --git a/[refs] b/[refs] index 448540a27862..4ef8f062b698 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cb7af21f7d370edb3a6a6d3e15cb17c8fd61591e +refs/heads/master: 675bd7804cb53998a57f96d4133856c29213cabd diff --git a/trunk/arch/sh/kernel/cpu/sh4a/setup-sh7785.c b/trunk/arch/sh/kernel/cpu/sh4a/setup-sh7785.c index c65e1b522186..39b215d6cee5 100644 --- a/trunk/arch/sh/kernel/cpu/sh4a/setup-sh7785.c +++ b/trunk/arch/sh/kernel/cpu/sh4a/setup-sh7785.c @@ -351,5 +351,5 @@ void __init plat_irq_setup_pins(int mode) void __init plat_mem_setup(void) { /* Register the URAM space as Node 1 */ - setup_bootmem_node(1, 0x055f0000, 0x05610000); + setup_bootmem_node(1, 0xe55f0000, 0xe5610000); }