From: marek.bykowski at gmail.com <marek.bykowski@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH] Kconfig: update LOGLEVEL range
Date: Mon, 3 Feb 2020 11:43:32 +0100 [thread overview]
Message-ID: <20200203104332.14609-1-marek.bykowski@gmail.com> (raw)
From: Marek Bykowski <marek.bykowski@gmail.com>
As LOGLEVEL ranges form 0 to 9 set the limit to 10.
Signed-off-by: Marek Bykowski <marek.bykowski@gmail.com>
---
common/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/Kconfig b/common/Kconfig
index 28d5e9a0cc..d1c9dd47cf 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:
--
2.21.0.896.g6a6c0f1
next reply other threads:[~2020-02-03 10:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-03 10:43 marek.bykowski at gmail.com [this message]
2020-02-11 12:33 ` [PATCH] Kconfig: update LOGLEVEL range Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200203104332.14609-1-marek.bykowski@gmail.com \
--to=marek.bykowski@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox