Skip to content
Commit d6330064 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

spl: Add a define for SPL_TPL_PROMPT



We should use a macro rather than hard-coding the SPL prompt to 'spl'
since the code can be used by TPL too. Add a macro that works for both
and use it in various places.

This allows TPL to use the same code without printing confusing messages.

Note that the string is lower case ('spl', 'tpl') which is a change from
previously.

Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 2d424eb0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment