[U-Boot] [PATCH] board: engicam: spl: match icore-mipi fit-config
Stefano Babic
sbabic at denx.de
Mon Jun 18 14:49:35 UTC 2018
On 02/06/2018 13:55, Jagan Teki wrote:
> Match imx6q-icore-mipi and imx6dl-icore-mipi dtb in
> board_fit_config_name_match.
>
> Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
> ---
> board/engicam/common/spl.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/board/engicam/common/spl.c b/board/engicam/common/spl.c
> index 470d96aaed..1a1fe6c66a 100644
> --- a/board/engicam/common/spl.c
> +++ b/board/engicam/common/spl.c
> @@ -43,10 +43,14 @@ int board_fit_config_name_match(const char *name)
> return 0;
> else if (is_mx6dq() && !strcmp(name, "imx6q-icore-rqs"))
> return 0;
> + else if (is_mx6dq() && !strcmp(name, "imx6q-icore-mipi"))
> + return 0;
> else if ((is_mx6dl() || is_mx6solo()) && !strcmp(name, "imx6dl-icore"))
> return 0;
> else if ((is_mx6dl() || is_mx6solo()) && !strcmp(name, "imx6dl-icore-rqs"))
> return 0;
> + else if ((is_mx6dl() || is_mx6solo()) && !strcmp(name, "imx6dl-icore-mipi"))
> + return 0;
> else
> return -1;
> }
>
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
More information about the U-Boot
mailing list