[U-Boot] [U-Boot, v2] spl: Change debug to printf for "Unsupported boot-device"

Tom Rini trini at ti.com
Tue Jan 27 15:22:53 CET 2015


On Tue, Jan 27, 2015 at 02:43:57PM +0100, Michal Simek wrote:
> Hi guys,
> 
> 2014-11-24 23:10 GMT+01:00 Tom Rini <trini at ti.com>:
> 
> > On Tue, Nov 11, 2014 at 07:03:55PM +0100, Stefan Roese wrote:
> >
> > > We had the problem on an AM33xx platform, that SPL detected an
> > > unsupported boot-device. But since this message is a debug message
> > > it took a bit of time to really know, where the hangup in SPL
> > > resulted from. So let's change this debug message to a printf
> > > and also print the detected boot-device that is not supported.
> > > This makes debugging of such cases much easier.
> > >
> > > Signed-off-by: Stefan Roese <sr at denx.de>
> > > Cc: Wolfgang Denk <wd at denx.de>
> > > Cc: Tom Rini <trini at ti.com>
> > > Acked-by: Heiko Schocher <hs at denx.de>
> >
> > Applied to u-boot/master, thanks!
> >
> >
> This patch is causing problem on Microblaze because SPL exceed 4k limit.
> It is only one printf which is called in entire SPL that's why this should
> be solved a little bit differently.

OK, but for clarity you need and are using both
CONFIG_SPL_SERIAL_SUPPORT and CONFIG_SPL_LIBCOMMON_SUPPORT because
you're using puts but not printf, yes?

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150127/6e5518f4/attachment.pgp>


More information about the U-Boot mailing list