From patchwork Tue Dec 21 11:20:45 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 424311 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oBLBKlJv027674 for ; Tue, 21 Dec 2010 11:20:49 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751006Ab0LULUr (ORCPT ); Tue, 21 Dec 2010 06:20:47 -0500 Received: from relmlor2.renesas.com ([210.160.252.172]:52625 "EHLO relmlor2.renesas.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750907Ab0LULUq (ORCPT ); Tue, 21 Dec 2010 06:20:46 -0500 Received: from relmlir3.idc.renesas.com ([10.200.68.153]) by relmlor2.idc.renesas.com ( SJSMS) with ESMTP id <0LDR000CVZILUY90@relmlor2.idc.renesas.com> for linux-sh@vger.kernel.org; Tue, 21 Dec 2010 20:20:45 +0900 (JST) Received: from relmlac1.idc.renesas.com ([10.200.69.21]) by relmlir3.idc.renesas.com ( SJSMS) with ESMTP id <0LDR00JPXZIL5650@relmlir3.idc.renesas.com> for linux-sh@vger.kernel.org; Tue, 21 Dec 2010 20:20:45 +0900 (JST) Received: by relmlac1.idc.renesas.com (Postfix, from userid 0) id 6939E80030; Tue, 21 Dec 2010 20:20:45 +0900 (JST) Received: from relmlac1.idc.renesas.com (localhost [127.0.0.1]) by relmlac1.idc.renesas.com (Postfix) with ESMTP id 6547080088; Tue, 21 Dec 2010 20:20:45 +0900 (JST) Received: from relmlii2.idc.renesas.com [10.200.68.66] by relmlac1.idc.renesas.com with ESMTP id WAG04155; Tue, 21 Dec 2010 20:20:45 +0900 Date: Tue, 21 Dec 2010 20:20:45 +0900 X-IronPort-AV: E=Sophos;i="4.60,207,1291561200"; d="scan'208";a="2914104" Received: from unknown (HELO PG10870.renesas.com) ([172.30.8.159]) by relmlii2.idc.renesas.com with ESMTP; Tue, 21 Dec 2010 20:20:45 +0900 Message-id: From: Kuninori Morimoto To: Paul Mundt Cc: Magnus , Linux-SH Subject: [PATCH] ARM: mach-shmobile: mackerel: fixup default momory size User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-2022-JP-2?B?U2Fuag==?= =?ISO-2022-JP-2?B?GyQoRCtXGyhC?=) APEL/10.6 Emacs/23.2 (i386-mingw-nt5.1.2600) MULE/6.0 (HANACHIRUSATO) MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Tue, 21 Dec 2010 11:20:49 +0000 (UTC) diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 285dbbd..cb33753 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -86,7 +86,7 @@ config MEMORY_SIZE hex "Physical memory size" default "0x08000000" if MACH_G3EVM default "0x08000000" if MACH_G4EVM - default "0x10000000" if MACH_AP4EVB + default "0x10000000" if MACH_AP4EVB || MACH_MACKEREL default "0x20000000" if MACH_AG5EVM default "0x04000000" help