
3 Aug
2017
3 Aug
'17
5:25 p.m.
Hi Jean-Jacuqes,
On 20 July 2017 at 11:02, Jean-Jacques Hiblot jjhiblot@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@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