mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-30 08:07:59 +00:00
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>
This commit is contained in:
parent
2a37201811
commit
2aa69c9b9d
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ config IDENT_STRING
|
||||||
config LOGLEVEL
|
config LOGLEVEL
|
||||||
int "loglevel"
|
int "loglevel"
|
||||||
default 4
|
default 4
|
||||||
range 0 8
|
range 0 10
|
||||||
help
|
help
|
||||||
All Messages with a loglevel smaller than the console loglevel will
|
All Messages with a loglevel smaller than the console loglevel will
|
||||||
be compiled in. The loglevels are defined as follows:
|
be compiled in. The loglevels are defined as follows:
|
||||||
|
|
Loading…
Add table
Reference in a new issue