From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Wed, 8 Jan 2020 15:10:38 -0500 Subject: [U-Boot] [PATCH PATCH v6 01/13] spl: fit: don't load the firmware twice In-Reply-To: <20191022143922.10205-2-jjhiblot@ti.com> References: <20191022143922.10205-1-jjhiblot@ti.com> <20191022143922.10205-2-jjhiblot@ti.com> Message-ID: <20200108201038.GQ31026@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Oct 22, 2019 at 04:39:10PM +0200, Jean-Jacques Hiblot wrote: > When u-boot.img is a FIT image generated automatically by mkimage, the > configuration node has the following structure: > conf-1 { > description = "k3-am654-base-board"; > firmware = "firmware-1"; > loadables = "firmware-1"; > fdt = "fdt-1"; > }; > > The firmware is referenced twice. Once by the 'firmware' property and > once by the 'loadables' property. Currently this result in the firmware > being loaded twice. This is not a big problem but has an impact on the > boot time. > Fixing it by not loading a loadable image if it is also the firmware image. > > Signed-off-by: Jean-Jacques Hiblot > Reviewed-by: Simon Glass > Tested-by: Andreas Dannenberg Applied to u-boot/master, thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: