mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
spl/tpl: change banner into upper case
commit d633006463
("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>
This commit is contained in:
@@ -52,9 +52,9 @@ static inline bool u_boot_first_phase(void)
|
||||
/* A string name for SPL or TPL */
|
||||
#ifdef CONFIG_SPL_BUILD
|
||||
# ifdef CONFIG_TPL_BUILD
|
||||
# define SPL_TPL_NAME "tpl"
|
||||
# define SPL_TPL_NAME "TPL"
|
||||
# else
|
||||
# define SPL_TPL_NAME "spl"
|
||||
# define SPL_TPL_NAME "SPL"
|
||||
# endif
|
||||
# define SPL_TPL_PROMPT SPL_TPL_NAME ": "
|
||||
#else
|
||||
|
Reference in New Issue
Block a user