[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1470739979-11382-1-git-send-email-keguang.zhang@gmail.com>
Date: Tue, 9 Aug 2016 18:52:59 +0800
From: Keguang Zhang <keguang.zhang@...il.com>
To: linux-mips@...ux-mips.org, linux-kernel@...r.kernel.org
Cc: Ralf Baechle <ralf@...ux-mips.org>,
Kelvin Cheung <keguang.zhang@...il.com>
Subject: [PATCH] MIPS: Loongson1B: Modify DEFAULT_MEMSIZE
From: Kelvin Cheung <keguang.zhang@...il.com>
This patch changes DEFAULT_MEMSIZE to 64MB
which is the memory size of latest EVB.
Signed-off-by: Kelvin Cheung <keguang.zhang@...il.com>
---
arch/mips/include/asm/mach-loongson32/loongson1.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/include/asm/mach-loongson32/loongson1.h b/arch/mips/include/asm/mach-loongson32/loongson1.h
index 3584c40..ec7efd0 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
--
1.9.1
Powered by blists - more mailing lists