Hi Michal, On 27.01.2015 14:43, Michal Simek wrote:
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 <[email protected] <mailto:[email protected]>> > Cc: Wolfgang Denk <[email protected] <mailto:[email protected]>> > Cc: Tom Rini <[email protected] <mailto:[email protected]>> > Acked-by: Heiko Schocher <[email protected] <mailto:[email protected]>> 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.
Ups. Yes, sorry. This one line definitely shouldn't cause all the printf stuff to be included. I'll try to address this quickly...
Thanks, Stefan _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

