diff options
author | Simon South | 2019-10-02 10:55:06 -0400 |
---|---|---|
committer | Tom Rini | 2019-10-31 07:22:53 -0400 |
commit | 54b6abae3ae9dd181044ddd52429b4df5505872f (patch) | |
tree | 2b4e94281c0b7f8dd9c74f30837539b4059cefc3 | |
parent | f279e1d9167fc0dcc7172c8f845a253511ac6001 (diff) |
common: Kconfig: Fix typo in TPL_LOG_CONSOLE description
Signed-off-by: Simon South <simon@simonsouth.net>
-rw-r--r-- | common/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig index 28d5e9a0ccf..d9ecf79e0af 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 |