From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giulio Benetti Date: Thu, 16 Jan 2020 15:46:15 +0100 Subject: [U-Boot] [PATCH] spl: fix entry_point equal to load_addr In-Reply-To: <20200116144049.GA8732@bill-the-cat> References: <20191125161820.32674-1-giulio.benetti@benettiengineering.com> <20200116144049.GA8732@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, +Stefano B. On 1/16/20 3:40 PM, Tom Rini wrote: > On Mon, Nov 25, 2019 at 05:18:20PM +0100, Giulio Benetti wrote: > >> At the moment entry_point is set to image_get_load(header) that sets it >> to "load address" instead of "entry point", assuming entry_point is >> equal to load_addr, but it's not true. Then load_addr is set to >> "entry_point - header_size", but this is wrong too since load_addr is >> not an entry point. >> >> So use image_get_ep() for entry_point assignment and image_get_load() >> for load_addr assignment. >> >> Signed-off-by: Giulio Benetti > > Applied to u-boot/master, thanks! It's been already committed by Stefano Babic in imx and you've pulled from him. Sorry that I've submitted it twice! Best regards -- Giulio Benetti Benetti Engineering sas