From: Simon South Date: Wed, 2 Oct 2019 14:55:06 +0000 (-0400) Subject: common: Kconfig: Fix typo in TPL_LOG_CONSOLE description X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=54b6abae3ae9dd181044ddd52429b4df5505872f;p=u-boot.git common: Kconfig: Fix typo in TPL_LOG_CONSOLE description Signed-off-by: Simon South --- 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