spl/tpl: change banner into upper case
authorHeiko Schocher <hs@denx.de>
Wed, 5 Dec 2018 10:29:54 +0000 (11:29 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 7 Dec 2018 13:13:51 +0000 (08:13 -0500)
commit8fb2391ea68f979f559dadd97c73201c957fae5d
treeb008f9a2b4e96326b57a69bf8cce406abc4afe01
parent8a15bdb0408a6a0513f03cdec594dbaaddfa2c00
spl/tpl: change banner into upper case

commit d6330064634a ("spl: Add a define for SPL_TPL_PROMPT")

changes the SPL/TPL banner from upper case into lower
case. As SPL and TPL are three-letter acronyms and they
are written in upper case, change it back to upper case.

Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/spl.h
test/py/u_boot_console_base.py