From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 25 Jul 2016 23:03:54 +0200 Subject: [U-Boot] [PATCH] splash: Accommodate DM_USB in splash_init_usb() In-Reply-To: <1467402456-14808-1-git-send-email-abrodkin@synopsys.com> References: <1467402456-14808-1-git-send-email-abrodkin@synopsys.com> Message-ID: <20160725230354.5f88de60@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Alexey, On Fri, 1 Jul 2016 22:47:36 +0300 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 > Cc: Nikita Kiryanov > Cc: Simon Glass > Cc: Jeroen Hofstee > Cc: Anatolij Gustschin > Cc: Robert Winkler > --- > common/splash_source.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) applied to u-boot-video/master, thanks! Anatolij