]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spl: Change debug to printf for "Unsupported boot-device"
authorStefan Roese <sr@denx.de>
Tue, 11 Nov 2014 18:03:55 +0000 (19:03 +0100)
committerTom Rini <trini@ti.com>
Sun, 23 Nov 2014 11:49:00 +0000 (06:49 -0500)
commit18f26fdbd0503e5293aa7858809015737bf5006e
treee2f21c8048e9e81d8e47a364e9e7eaac587f7f83
parentb41411954d4ccf6ddaa581178462017557b82b5d
spl: Change debug to printf for "Unsupported boot-device"

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@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Tom Rini <trini@ti.com>
Acked-by: Heiko Schocher <hs@denx.de>
common/spl/spl.c