summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-loongson32
diff options
context:
space:
mode:
authorKelvin Cheung <keguang.zhang@gmail.com>2016-08-09 18:52:59 +0800
committerRalf Baechle <ralf@linux-mips.org>2017-01-03 16:34:41 +0100
commit1d79bf0e908202e3141c37d0ad89020ea93ad38a (patch)
tree72d0edfd5f08262107fa39673f0317060037b532 /arch/mips/include/asm/mach-loongson32
parentc11621256c6f020944573daf3ea5963f37978abd (diff)
downloadlinux-1d79bf0e908202e3141c37d0ad89020ea93ad38a.tar.gz
linux-1d79bf0e908202e3141c37d0ad89020ea93ad38a.tar.xz
MIPS: Loongson1B: Modify DEFAULT_MEMSIZE
This patch changes DEFAULT_MEMSIZE to 64MB which is the memory size of latest EVB. Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/13856/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/mach-loongson32')
-rw-r--r--arch/mips/include/asm/mach-loongson32/loongson1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-loongson32/loongson1.h b/arch/mips/include/asm/mach-loongson32/loongson1.h
index 3584c40caf79..ec7efd0de744 100644
--- a/arch/mips/include/asm/mach-loongson32/loongson1.h
+++ b/arch/mips/include/asm/mach-loongson32/loongson1.h
@@ -13,7 +13,7 @@
#define __ASM_MACH_LOONGSON32_LOONGSON1_H
#if defined(CONFIG_LOONGSON1_LS1B)
-#define DEFAULT_MEMSIZE 256 /* If no memsize provided */
+#define DEFAULT_MEMSIZE 64 /* If no memsize provided */
#elif defined(CONFIG_LOONGSON1_LS1C)
#define DEFAULT_MEMSIZE 32
#endif