Re: [U-Boot] Current u-boot memory mapping

2012-10-31 Thread RgC
Hi, Thanks for the comments Tom. On 2012.10/29, Tom Rini wrote: > On Sat, Oct 27, 2012 at 08:17:00PM +0900, RgC wrote: > > [snip] > > My understanding is that after relocation no area between the bottom > > and the top of RAM is reserved. We can use it freely. Is this correct? > > Basically, ye

Re: [U-Boot] Current u-boot memory mapping

2012-10-29 Thread Tom Rini
On Sat, Oct 27, 2012 at 08:17:00PM +0900, RgC wrote: [snip] > My understanding is that after relocation no area between the bottom > and the top of RAM is reserved. We can use it freely. Is this correct? Basically, yes. You can use 'bdinfo' to see what / where things are being used at run-time.

[U-Boot] Current u-boot memory mapping

2012-10-27 Thread RgC
Hi All, Last week I got a weird problem on an ARM platfrom. It is using an old version of u-boot because of our design/implementation cycle, but let's not talk about upgrading the u-boot version that I use please. My understanding of the u-boot memory mapping is in question :-) I've dealt with