summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMarek Bykowski <marek.bykowski@gmail.com>2020-02-03 13:43:32 +0300
committerTom Rini <trini@konsulko.com>2020-02-11 06:14:18 +0300
commit2aa69c9b9d4511d35b372715d6ea4ccebb75a526 (patch)
treea0fe584e7276a077cd8cd5f2300c84676e41763c /common
parent2a3720181195b5deca7e370935c5573cf79d4859 (diff)
downloadu-boot-2aa69c9b9d4511d35b372715d6ea4ccebb75a526.tar.xz
Kconfig: update LOGLEVEL range
As LOGLEVEL ranges form 0 to 9 set the limit to 10. Signed-off-by: Marek Bykowski <marek.bykowski@gmail.com>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index a7c5ba278a..4bc3df4e1b 100644
--- 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: