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 28d5e9a0ccf43b4e370aa5c599a015c95545f2e6..d9ecf79e0afae8c9629141f7f60692c8eed4c655 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