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

2019-08-13 Thread Andreas Dannenberg
On Mon, Aug 05, 2019 at 11:43:56AM +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 = "firmwa

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

2019-08-13 Thread Simon Glass
On Mon, 5 Aug 2019 at 03:44, 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"; >

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

2019-08-05 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