From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel =?iso-8859-1?Q?Gl=F6ckner?= Date: Fri, 4 Jan 2019 02:37:33 +0100 Subject: [U-Boot] Entry point used by SPL for uImages Message-ID: <20190104013733.GA11268@minime.bse> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, is there any reason why the SPL uses the load address of a uImage as entry point instead of the entry point value from the image header if SPL_COPY_PAYLOAD_ONLY is not set? Even the very first version of the SPL that was added 7.5 years ago did it that way. The SPL_COPY_PAYLOAD_ONLY case that was added one year later behaves as I would expect. Best regards, Daniel