From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Brunner Date: Fri, 7 Mar 2008 17:30:54 +0100 Subject: [U-Boot-Users] Where Uboot executes in RAM? In-Reply-To: <41483bfe0803070720w655a101eucfef07146da94579@mail.gmail.com> References: <41483bfe0803070720w655a101eucfef07146da94579@mail.gmail.com> Message-ID: <200803071730.55458.super.firetwister@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, > I would like to know this for my 64MB RAM.Is there any place in any > config file or somewhere in uboot code where this address range is > defined? have a look at relocate_code, should be in start.S (assembly). Some config values are used for the calculation of the address. As far as I remember the TEXT_BASE and the return of the board specific initdram affect it. Regards Markus