Re: [U-Boot] [PATCH v4 08/20] board: mx6sabreauto: Add board_fit_config_name_match to support FIT in SPL

2019-02-02 Thread Lukasz Majewski
On Fri, 1 Feb 2019 16:40:13 + Abel Vesa wrote: > This matches one of the following three boards (or fails): > - imx6q-sabreauto > - imx6qp-sabreauto > - imx6dl-sabreauto > Reviewed-by: Lukasz Majewski > Signed-off-by: Abel Vesa > Reviewed-by: Peng Fan > --- >

Re: [U-Boot] [PATCH v4 08/20] board: mx6sabreauto: Add board_fit_config_name_match to support FIT in SPL

2019-02-02 Thread Fabio Estevam
On Fri, Feb 1, 2019 at 2:50 PM Abel Vesa wrote: > > This matches one of the following three boards (or fails): > - imx6q-sabreauto > - imx6qp-sabreauto > - imx6dl-sabreauto > > Signed-off-by: Abel Vesa > Reviewed-by: Peng Fan Reviewed-by: Fabio Estevam

[U-Boot] [PATCH v4 08/20] board: mx6sabreauto: Add board_fit_config_name_match to support FIT in SPL

2019-02-01 Thread Abel Vesa
This matches one of the following three boards (or fails): - imx6q-sabreauto - imx6qp-sabreauto - imx6dl-sabreauto Signed-off-by: Abel Vesa Reviewed-by: Peng Fan --- board/freescale/mx6sabreauto/mx6sabreauto.c | 18 ++ 1 file changed, 18 insertions(+) diff --git