[U-Boot] [PATCH v1 15/22] colibri_vf: sync the board info message

Igor Opaniuk igor.opaniuk at toradex.com
Wed Mar 6 16:53:00 UTC 2019


Reviewed-by: Igor Opaniuk <igor.opaniuk at toradex.com>

On Sat, 16 Feb 2019 at 00:26, Marcel Ziswiler <marcel at ziswiler.com> wrote:
>
> From: Bhuvanchandra DV <bhuvanchandra.dv at toradex.com>
>
> Use similar info message as on other modules.
>
> Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv at toradex.com>
> Acked-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>
>
> ---
>
>  board/toradex/colibri_vf/colibri_vf.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/board/toradex/colibri_vf/colibri_vf.c b/board/toradex/colibri_vf/colibri_vf.c
> index 421a4791a1..d28a73332a 100644
> --- a/board/toradex/colibri_vf/colibri_vf.c
> +++ b/board/toradex/colibri_vf/colibri_vf.c
> @@ -405,9 +405,9 @@ int board_init(void)
>  int checkboard(void)
>  {
>         if (is_colibri_vf61())
> -               puts("Board: Colibri VF61\n");
> +               puts("Model: Toradex Colibri VF61\n");
>         else
> -               puts("Board: Colibri VF50\n");
> +               puts("Model: Toradex Colibri VF50\n");
>
>         return 0;
>  }
> --
> 2.20.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot


More information about the U-Boot mailing list