Messages in this thread |  | | Date | Mon, 7 Jan 2013 10:59:32 +0900 | From | Simon Horman <> | Subject | Re: [PATCH 01/17] ARM: shmobile: fix memory size for kota2_defconfig |
| |
On Fri, Nov 30, 2012 at 02:10:47PM -0800, Olof Johansson wrote: > Hi, > > On Thu, Oct 4, 2012 at 1:58 AM, Simon Horman <horms@verge.net.au> wrote: > > 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. > > Gentle ping. I just came across this warning again so I figured I'd check.
Hi,
I have my kota2 board up and running now and I believe that the correct value is 0x1e000000. I will apply a patch to my defconfigs branch accordingly.
|  |