Skip to content

Commit

Permalink
MIPS: Loongson1B: Modify DEFAULT_MEMSIZE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kelvin Cheung authored and Ralf Baechle committed Jan 3, 2017
1 parent c116212 commit 1d79bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/include/asm/mach-loongson32/loongson1.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d79bf0

Please sign in to comment.