Hi Jean-Jacuqes, On 20 July 2017 at 11:02, Jean-Jacques Hiblot <[email protected]> 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 <[email protected]> > --- > 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 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

