Re: [PATCH 03/10] board: stm32mp1: Implement board_fit_config_name_match() for SPL

2021-08-31 Thread Patrick DELAUNAY
Hi Add in CC the MAINTAINERS. On 8/26/21 11:42 PM, Alexandru Gagniuc wrote: This function is needed when loading a FIT image from SPL. It selects the correct configuration node for the current board. Implement it. Signed-off-by: Alexandru Gagniuc --- board/st/stm32mp1/spl.c | 10 ++

[PATCH 03/10] board: stm32mp1: Implement board_fit_config_name_match() for SPL

2021-08-26 Thread Alexandru Gagniuc
This function is needed when loading a FIT image from SPL. It selects the correct configuration node for the current board. Implement it. Signed-off-by: Alexandru Gagniuc --- board/st/stm32mp1/spl.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/board/st/stm32mp1/spl.c