[U-Boot] [PATCH v2 12/14] sunxi: Register usb_ether

Łukasz Majewski lukma at denx.de
Wed Sep 13 10:46:28 UTC 2017


On 09/12/2017 09:01 PM, Maxime Ripard wrote:
> Call the function to register the usb_ether gadget in the board.
> 
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
> ---
>   board/sunxi/board.c | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/board/sunxi/board.c b/board/sunxi/board.c
> index f9224360d758..610fa89056ef 100644
> --- a/board/sunxi/board.c
> +++ b/board/sunxi/board.c
> @@ -737,6 +737,8 @@ int misc_init_r(void)
>   		return ret;
>   #endif
>   
> +	usb_ether_init();
> +
>   	return 0;
>   }
>   
> 
Reviewed-by: Łukasz Majewski <lukma at denx.de>

-- 
Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de


More information about the U-Boot mailing list