From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hearn Date: Wed, 19 Sep 2007 12:57:59 +0100 Subject: [U-Boot-Users] Setting entry point in u-boot standalone apps In-Reply-To: <20070918190722.99F8D2405D@gemini.denx.de> References: <20070918190722.99F8D2405D@gemini.denx.de> Message-ID: <46F10EC7.3010200@swampie.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <46EF92C1.5050309@swampie.org.uk> you wrote: > >> Unfortunately, the examples don't use linker scripts, and I don't want >> to start messing with these as it interacts with u-boot to some extent >> > > You canhave only one or the other... > > >> (certainly built within u-boot's makefile), and it's all working as it >> is. From what I understand though, the -e option should be sufficient. >> > > -e is sufficient to specify the entry point, but it is not sufficient > to force the linker to place specific objects at specific locations > in your image. For that you need alinker script. > Understood, implemented and now working. David