[U-Boot] [PATCH 4/9] fit: If no matching config is found in fit_find_config_node(), use the default one

Simon Glass sjg at chromium.org
Thu Aug 3 15:25:08 UTC 2017


Hi Jean-Jacuqes,

On 20 July 2017 at 11:02, Jean-Jacques Hiblot <jjhiblot at ti.com> wrote:
> If board_fit_config_name_match() doesn't match any configuration node,
> then use the default one (if provided).
>
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
> ---
>  common/common_fit.c | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>
> diff --git a/common/common_fit.c b/common/common_fit.c
> index 5f5f3f9..85b33d8 100644
> --- a/common/common_fit.c
> +++ b/common/common_fit.c
> @@ -32,6 +32,9 @@ int fit_find_config_node(const void *fdt)

Please add a full function comment to this function in image.h along
with your new feature.

Regards,
Simon


More information about the U-Boot mailing list