From mboxrd@z Thu Jan 1 00:00:00 1970 From: tike64 at gmail.com Date: Wed, 10 Jun 2009 09:19:19 +0300 Subject: [U-Boot] question on relocation of arm920t In-Reply-To: <4A2F4579.3070609@gmail.com> References: <4A2F4579.3070609@gmail.com> Message-ID: <4A2F5067.8070908@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 J.Hwan.Kim wrote: > 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? There is config.mk file at root and this line in it: LDFLAGS += .. -Ttext $(TEXT_BASE) .. at least in my tree. Maybe that is the answer. -- Timo