[U-Boot] [PATCH] splash: Accommodate DM_USB in splash_init_usb()

Simon Glass sjg at chromium.org
Sun Jul 3 23:15:59 CEST 2016


On 1 July 2016 at 12:47, Alexey Brodkin <Alexey.Brodkin at synopsys.com> wrote:
> Current implementation of splash_init_usb() requires usb_stor_scan()
> which doesn't exist in case of DM_USB simply because real probing
> happens right in usb_init().
>
> So disable usage of usb_stor_scan() in case of DM_USB.
>
> Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
> Cc: Nikita Kiryanov <nikita at compulab.co.il>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Jeroen Hofstee <jeroen at myspectrum.nl>
> Cc: Anatolij Gustschin <agust at denx.de>
> Cc: Robert Winkler <robert.winkler at boundarydevices.com>
> ---
>  common/splash_source.c | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list