From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Krummenacher Date: Sat, 12 Aug 2017 23:21:44 +0200 Subject: [U-Boot] [PATCH 0/2] improve hello_world standalone application for arm In-Reply-To: <20170812183249.2248F12020B@gemini.denx.de> References: <20170812090346.7887-1-max.krummenacher@toradex.com> <20170812183249.2248F12020B@gemini.denx.de> Message-ID: <1502572904.17070.12.camel@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 Dear Wolfgang Am Samstag, den 12.08.2017, 20:32 +0200 schrieb Wolfgang Denk: > Dear Max, > > In message <20170812090346.7887-1-max.krummenacher@toradex.com> you wrote: > > > > > > This series addresses > > - hardcoded entry address, use LOADADDR if available as the entry point instead > > I'm not sure which sort of problem you are trying to fix, but what > you describe here is inherently broken. > > The entry point of an image is almost never ever at the beginning of > an image. I was mislead by the table in point 6. of doc/README.standalone that it is a design decision that the entry point is whatever is linked to the beginning of the text segment. Thus the sloppy use of entry point and load address. Max > > Naked-by: Wolfgang Denk > > Sorry! > > > Best regards, > > Wolfgang Denk >