Skip to content
Snippets Groups Projects
Commit 18f26fdb authored by Stefan Roese's avatar Stefan Roese Committed by Tom Rini
Browse files

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: default avatarStefan Roese <sr@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Tom Rini <trini@ti.com>
Acked-by: default avatarHeiko Schocher <hs@denx.de>
parent b4141195
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment