From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965600Ab2JDI7D (ORCPT ); Thu, 4 Oct 2012 04:59:03 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:48955 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965054Ab2JDI7A (ORCPT ); Thu, 4 Oct 2012 04:59:00 -0400 Date: Thu, 4 Oct 2012 17:58:57 +0900 From: Simon Horman To: Arnd Bergmann Cc: linux-arm-kernel@infradead.org, arm@kernel.org, linux-kernel@vger.kernel.org, Paul Mundt , Magnus Damm , linux-sh@vger.kernel.org Subject: Re: [PATCH 01/17] ARM: shmobile: fix memory size for kota2_defconfig Message-ID: <20121004085857.GA7240@verge.net.au> References: <1349195816-2225-1-git-send-email-arnd@arndb.de> <1349195816-2225-2-git-send-email-arnd@arndb.de> <20121003003759.GD31207@verge.net.au> <201210040834.55096.arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201210040834.55096.arnd@arndb.de> Organisation: Horms Solutions Ltd. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 04, 2012 at 08:34:54AM +0000, Arnd Bergmann wrote: > On Wednesday 03 October 2012, Simon Horman wrote: > > I looked through my fines and found a config that I believe > > worked with a derivative of 2.6.35.7. > > > > It has CONFIG_MEMORY_SIZE=0x1e800000. > > > > So what I suspect has happened is that an extra zero has crept into > > arch/arm/configs/kota2_defconfig and the intended value is: > > > > CONFIG_MEMORY_SIZE=0x1e000000 > > > > Unfortunately I do not have access to a board to test this, > > nor am I aware of anyone who does. > > Ok, I'll drop this patch for now then, so we keep the warning around > to remind us of the problem. Thanks. I have subsequently located a Kota2 board, however it may be a little while before I get my hands on it.