commit | 54b6abae3ae9dd181044ddd52429b4df5505872f | [log] [tgz] |
---|---|---|
author | Simon South <simon@simonsouth.net> | Wed Oct 02 10:55:06 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 31 07:22:53 2019 -0400 |
tree | 2b4e94281c0b7f8dd9c74f30837539b4059cefc3 | |
parent | f279e1d9167fc0dcc7172c8f845a253511ac6001 [diff] [blame] |
common: Kconfig: Fix typo in TPL_LOG_CONSOLE description Signed-off-by: Simon South <simon@simonsouth.net>
diff --git a/common/Kconfig b/common/Kconfig index 28d5e9a..d9ecf79 100644 --- a/common/Kconfig +++ b/common/Kconfig
@@ -764,7 +764,7 @@ 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