Re: [U-Boot] [PATCH v3 2/2] fit: Support compat string property in configuration node

2019-05-14 Thread Simon Glass
Hi Julius, On Mon, 13 May 2019 at 19:15, Julius Werner wrote: > > > Can you please add a change log, as this is a v3 patch. > > I didn't change anything in this one. (Should I have not called it v3 > then? Sorry, I'm not familiar with the submission process here. I > thought letting the

Re: [U-Boot] [PATCH v3 2/2] fit: Support compat string property in configuration node

2019-05-13 Thread Julius Werner
> Can you please add a change log, as this is a v3 patch. I didn't change anything in this one. (Should I have not called it v3 then? Sorry, I'm not familiar with the submission process here. I thought letting the individual patches in the series have different version numbers for the same set

Re: [U-Boot] [PATCH v3 2/2] fit: Support compat string property in configuration node

2019-05-13 Thread Simon Glass
Hi, > This patch adds support for an optional optimization to compatible > string matching where the compatible string property from the root node > of the kernel FDT can be copied into the configuration node of the FIT > image. This is most useful when using compressed FDTs or when using FDT >

[U-Boot] [PATCH v3 2/2] fit: Support compat string property in configuration node

2019-05-03 Thread Julius Werner
This patch adds support for an optional optimization to compatible string matching where the compatible string property from the root node of the kernel FDT can be copied into the configuration node of the FIT image. This is most useful when using compressed FDTs or when using FDT overlays, where