diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-sh7785.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7785.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7785.c b/arch/sh/kernel/cpu/sh4a/setup-sh7785.c index c65e1b522186..39b215d6cee5 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7785.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7785.c | |||
@@ -351,5 +351,5 @@ void __init plat_irq_setup_pins(int mode) | |||
351 | void __init plat_mem_setup(void) | 351 | void __init plat_mem_setup(void) |
352 | { | 352 | { |
353 | /* Register the URAM space as Node 1 */ | 353 | /* Register the URAM space as Node 1 */ |
354 | setup_bootmem_node(1, 0x055f0000, 0x05610000); | 354 | setup_bootmem_node(1, 0xe55f0000, 0xe5610000); |
355 | } | 355 | } |