Преглед изворни кода

ARM: mach-shmobile: mackerel: fixup default memory size

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Kuninori Morimoto пре 14 година
родитељ
комит
354e4157d9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      arch/arm/mach-shmobile/Kconfig

+ 1 - 1
arch/arm/mach-shmobile/Kconfig

@@ -75,7 +75,7 @@ config MEMORY_SIZE
 	hex "Physical memory size"
 	hex "Physical memory size"
 	default "0x08000000" if MACH_G3EVM
 	default "0x08000000" if MACH_G3EVM
 	default "0x08000000" if MACH_G4EVM
 	default "0x08000000" if MACH_G4EVM
-	default "0x10000000" if MACH_AP4EVB
+	default "0x10000000" if MACH_AP4EVB || MACH_MACKEREL
 	default "0x04000000"
 	default "0x04000000"
 	help
 	help
 	  This sets the default memory size assumed by your kernel. It can
 	  This sets the default memory size assumed by your kernel. It can