diff options
author | Simon South <simon@simonsouth.net> | 2019-10-02 10:55:06 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-31 07:22:53 -0400 |
commit | 54b6abae3ae9dd181044ddd52429b4df5505872f (patch) | |
tree | 2b4e94281c0b7f8dd9c74f30837539b4059cefc3 /common/Kconfig | |
parent | f279e1d9167fc0dcc7172c8f845a253511ac6001 (diff) | |
download | u-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/Kconfig | 2 |
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 |