From mboxrd@z Thu Jan 1 00:00:00 1970 From: J.Hwan.Kim Date: Wed, 10 Jun 2009 14:32:41 +0900 Subject: [U-Boot] question on relocation of arm920t Message-ID: <4A2F4579.3070609@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, everyone I'm a novice in u-boot. I have a question about relocation of arm920t. As far as I know, the relocation code address is defined at config.mk in board directory. The code is copied to TEXT_BASE in start.S. When the u-boot is compiled and linked, it seems that the code address is set to start at TEXT_BASE. However, the linker script u-boot.lds tells that code start at 0x00000000. How does the code address is set to start at TEXT_BASE? How and where does the linker use TEXT_BASE address? Thanks in advnace. Regards, J.H.Kim