common: Kconfig: Fix typo in TPL_LOG_CONSOLE description
authorSimon South <simon@simonsouth.net>
Wed, 2 Oct 2019 14:55:06 +0000 (10:55 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 31 Oct 2019 11:22:53 +0000 (07:22 -0400)
Signed-off-by: Simon South <simon@simonsouth.net>
common/Kconfig

index 28d5e9a..d9ecf79 100644 (file)
@@ -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