public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sh: mach-ecovec24: update ecovec24 defconfig
@ 2009-11-27  9:01 Kuninori Morimoto
  2009-11-30  2:56 ` Paul Mundt
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Kuninori Morimoto @ 2009-11-27  9:01 UTC (permalink / raw)
  To: linux-sh

o modify memory size
o change cache configuration to boot

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
---
I change cache configuration 
because currect kernel can not use CONFIG_CACHE_WRITEBACK

 arch/sh/configs/ecovec24-romimage_defconfig |    6 +++---
 arch/sh/configs/ecovec24_defconfig          |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/sh/configs/ecovec24-romimage_defconfig b/arch/sh/configs/ecovec24-romimage_defconfig
index 0774924..9145fa3 100644
--- a/arch/sh/configs/ecovec24-romimage_defconfig
+++ b/arch/sh/configs/ecovec24-romimage_defconfig
@@ -203,7 +203,7 @@ CONFIG_MMU=y
 CONFIG_PAGE_OFFSET=0x80000000
 CONFIG_FORCE_MAX_ZONEORDER\x11
 CONFIG_MEMORY_START=0x08000000
-CONFIG_MEMORY_SIZE=0x08000000
+CONFIG_MEMORY_SIZE=0x10000000
 CONFIG_29BIT=y
 # CONFIG_X2TLB is not set
 CONFIG_VSYSCALL=y
@@ -237,8 +237,8 @@ CONFIG_DEFAULT_MMAP_MIN_ADDR@96
 #
 # Cache configuration
 #
-CONFIG_CACHE_WRITEBACK=y
-# CONFIG_CACHE_WRITETHROUGH is not set
+# CONFIG_CACHE_WRITEBACK is not set
+CONFIG_CACHE_WRITETHROUGH=y
 # CONFIG_CACHE_OFF is not set
 
 #
diff --git a/arch/sh/configs/ecovec24_defconfig b/arch/sh/configs/ecovec24_defconfig
index ac64697..6a20b87 100644
--- a/arch/sh/configs/ecovec24_defconfig
+++ b/arch/sh/configs/ecovec24_defconfig
@@ -204,7 +204,7 @@ CONFIG_MMU=y
 CONFIG_PAGE_OFFSET=0x80000000
 CONFIG_FORCE_MAX_ZONEORDER\x11
 CONFIG_MEMORY_START=0x08000000
-CONFIG_MEMORY_SIZE=0x08000000
+CONFIG_MEMORY_SIZE=0x10000000
 CONFIG_29BIT=y
 # CONFIG_X2TLB is not set
 CONFIG_VSYSCALL=y
@@ -238,8 +238,8 @@ CONFIG_DEFAULT_MMAP_MIN_ADDR@96
 #
 # Cache configuration
 #
-CONFIG_CACHE_WRITEBACK=y
-# CONFIG_CACHE_WRITETHROUGH is not set
+# CONFIG_CACHE_WRITEBACK is not set
+CONFIG_CACHE_WRITETHROUGH=y
 # CONFIG_CACHE_OFF is not set
 
 #
-- 
1.6.3.3


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-12-02  1:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-27  9:01 [PATCH] sh: mach-ecovec24: update ecovec24 defconfig Kuninori Morimoto
2009-11-30  2:56 ` Paul Mundt
2009-11-30  4:21 ` Kuninori Morimoto
2009-11-30 10:11 ` Kuninori Morimoto
2009-11-30 19:58 ` Matt Fleming
2009-12-01  0:18 ` Kuninori Morimoto
2009-12-01 22:00 ` Matt Fleming
2009-12-02  1:35 ` Kuninori Morimoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox