summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSimon South <simon@simonsouth.net>2019-10-02 10:55:06 -0400
committerTom Rini <trini@konsulko.com>2019-10-31 07:22:53 -0400
commit54b6abae3ae9dd181044ddd52429b4df5505872f (patch)
tree2b4e94281c0b7f8dd9c74f30837539b4059cefc3 /common/Kconfig
parentf279e1d9167fc0dcc7172c8f845a253511ac6001 (diff)
downloadu-boot-54b6abae3ae9dd181044ddd52429b4df5505872f.tar.gz
u-boot-54b6abae3ae9dd181044ddd52429b4df5505872f.tar.xz
u-boot-54b6abae3ae9dd181044ddd52429b4df5505872f.zip
common: Kconfig: Fix typo in TPL_LOG_CONSOLE description
Signed-off-by: Simon South <simon@simonsouth.net>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 28d5e9a0cc..d9ecf79e0a 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -764,7 +764,7 @@ config SPL_LOG_CONSOLE
line number are omitted.
config TPL_LOG_CONSOLE
- bool "Allow log output to the console in SPL"
+ bool "Allow log output to the console in TPL"
depends on TPL_LOG
default y
help