Re: [U-Boot] [PATCH PATCH v6 01/13] spl: fit: don't load the firmware twice

2020-01-08 Thread Tom Rini
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 = "firmw

[U-Boot] [PATCH PATCH v6 01/13] spl: fit: don't load the firmware twice

2019-10-22 Thread Jean-Jacques Hiblot
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 'firmw