Re: [U-Boot] [RFC PATCH 02/11] SPL: FIT: rework U-Boot image loading

2017-01-27 Thread Simon Glass
On 19 January 2017 at 18:53, Andre Przywara wrote: > Currently the SPL FIT loader always looks only for the first image in > the /images node a FIT tree, which it loads and later executes. > > Generalize this by looking for a "firmware" property in the matched > configuration subnode, or, if that

Re: [U-Boot] [RFC PATCH 02/11] SPL: FIT: rework U-Boot image loading

2017-01-23 Thread Lokesh Vutla
On Friday 20 January 2017 07:23 AM, Andre Przywara wrote: > Currently the SPL FIT loader always looks only for the first image in > the /images node a FIT tree, which it loads and later executes. > > Generalize this by looking for a "firmware" property in the matched > configuration subnode, or,

[U-Boot] [RFC PATCH 02/11] SPL: FIT: rework U-Boot image loading

2017-01-19 Thread Andre Przywara
Currently the SPL FIT loader always looks only for the first image in the /images node a FIT tree, which it loads and later executes. Generalize this by looking for a "firmware" property in the matched configuration subnode, or, if that does not exist, for the first string in the "loadables" prope