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

2019-07-29 Thread Tom Rini
On Wed, Jul 24, 2019 at 07:37:56PM -0700, 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

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

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