commit | dbd3f1194d597d2df31c554e3cc11a6b31a36d99 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 15 18:43:56 2018 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 26 08:25:34 2018 -0500 |
tree | 0d23c8414619ad3b11504fc18c8dd340f96824ec | |
parent | 592d5b942c2213a733f1c4d303cdfc4500ba007c [diff] |
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: Tom Rini <trini@konsulko.com> Signed-off-by: Simon Glass <sjg@chromium.org>