projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f279e1d
)
common: Kconfig: Fix typo in TPL_LOG_CONSOLE description
author
Simon South
<simon@simonsouth.net>
Wed, 2 Oct 2019 14:55:06 +0000
(10:55 -0400)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/common/Kconfig
b/common/Kconfig
index 28d5e9a0ccf43b4e370aa5c599a015c95545f2e6..d9ecf79e0afae8c9629141f7f60692c8eed4c655 100644
(file)
--- 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
S
PL"
+ bool "Allow log output to the console in
T
PL"
depends on TPL_LOG
default y
help