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

2019-07-12 Thread Julius Werner
> If there haven't been any changes from v4, why did you drop Simon Glass's > Reviewed-by tag? Same here: Reviewed-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

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

2019-07-12 Thread Simon Goldschmidt
On Thu, Jul 11, 2019 at 10:53 PM Julius Werner wrote: > > 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

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

2019-07-11 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