From patchwork Fri Nov 27 09:01:55 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 63300 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nAR91xP1001088 for ; Fri, 27 Nov 2009 09:01:59 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751063AbZK0JBw (ORCPT ); Fri, 27 Nov 2009 04:01:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751886AbZK0JBw (ORCPT ); Fri, 27 Nov 2009 04:01:52 -0500 Received: from mail.renesas.com ([202.234.163.13]:43079 "EHLO mail01.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751063AbZK0JBv (ORCPT ); Fri, 27 Nov 2009 04:01:51 -0500 X-AuditID: ac140384-00000004000004f6-5f-4b0f95837317 Received: from guardian01.idc.renesas.com ([172.20.8.200]) by mail01.idc.renesas.com (sendmail) with ESMTP id nAR91tKa022049; Fri, 27 Nov 2009 18:01:55 +0900 (JST) Received: (from root@localhost) by guardian01.idc.renesas.com with id nAR91uPH006429; Fri, 27 Nov 2009 18:01:56 +0900 (JST) Received: from mta03.idc.renesas.com (localhost [127.0.0.1]) by mta03.idc.renesas.com with ESMTP id nAR91vKM001364; Fri, 27 Nov 2009 18:01:57 +0900 (JST) Received: from PG10870.renesas.com ([172.30.8.159]) by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0KTR00F41FR78A@ims05.idc.renesas.com>; Fri, 27 Nov 2009 18:01:55 +0900 (JST) Date: Fri, 27 Nov 2009 18:01:55 +0900 From: Kuninori Morimoto Subject: [PATCH] sh: mach-ecovec24: update ecovec24 defconfig To: Paul Mundt Cc: Linux-SH Message-id: MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (i386-msvc-nt5.1.2600) MULE/5.0 (SAKAKI) Meadow/3.02-dev (RINDOU) (2009-06-17 Rev.4261) X-Brightmail-Tracker: AAAAAA== Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org 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=11 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=4096 # # 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=11 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=4096 # # 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 #