[U-Boot] [PATCH v3 2/2] fit: Support compat string property in configuration node
Simon Glass
sjg at chromium.org
Mon May 13 23:35:00 UTC 2019
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
> overlays, where the traditional extraction of the compatible string from
> the kernel FDT itself is not easily possible.
>
> Signed-off-by: Julius Werner <jwerner at chromium.org>
> ---
> common/image-fit.c | 67 +++++++++++++++++++++++++++-------------------
> 1 file changed, 39 insertions(+), 28 deletions(-)
Can you please add a change log, as this is a v3 patch.
Regards,
Simon
More information about the U-Boot
mailing list