[PATCH 2/9] meson: Use checkboard() instead of show_board_info()

Neil Armstrong neil.armstrong at linaro.org
Mon Nov 13 09:01:28 CET 2023


On 13/11/2023 03:58, Simon Glass wrote:
> Boards can use a sysinfo driver if a particular model name is needed.
> Update this board to use checkboard() directly, rather than having a
> weak function laid on top of a weak function.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> 
>   arch/arm/mach-meson/board-info.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-meson/board-info.c b/arch/arm/mach-meson/board-info.c
> index 2421acd817e4..95a29da07229 100644
> --- a/arch/arm/mach-meson/board-info.c
> +++ b/arch/arm/mach-meson/board-info.c
> @@ -168,7 +168,7 @@ static unsigned int get_socinfo(void)
>   	return socinfo;
>   }
>   
> -int show_board_info(void)
> +int checkboard(void)
>   {
>   	unsigned int socinfo;
>   

Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>


More information about the U-Boot mailing list