projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a37201
)
Kconfig: update LOGLEVEL range
author
Marek Bykowski
<marek.bykowski@gmail.com>
Mon, 3 Feb 2020 10:43:32 +0000
(11:43 +0100)
committer
Tom Rini
<trini@konsulko.com>
Tue, 11 Feb 2020 03:14:18 +0000
(22:14 -0500)
As LOGLEVEL ranges form 0 to 9 set the limit to 10.
Signed-off-by: Marek Bykowski <marek.bykowski@gmail.com>
common/Kconfig
patch
|
blob
|
history
diff --git
a/common/Kconfig
b/common/Kconfig
index a7c5ba278a65d02909be7746c75ad84dfd4e250c..4bc3df4e1bb2427e77867bb8efd668ed7ec6e71a 100644
(file)
--- a/
common/Kconfig
+++ b/
common/Kconfig
@@
-469,7
+469,7
@@
config IDENT_STRING
config LOGLEVEL
int "loglevel"
default 4
- range 0
8
+ range 0
10
help
All Messages with a loglevel smaller than the console loglevel will
be compiled in. The loglevels are defined as follows: