All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Kconfig: update LOGLEVEL range
@ 2020-02-03 10:43 marek.bykowski at gmail.com
  2020-02-11 12:33 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: marek.bykowski at gmail.com @ 2020-02-03 10:43 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] Kconfig: update LOGLEVEL range
  2020-02-03 10:43 [PATCH] Kconfig: update LOGLEVEL range marek.bykowski at gmail.com
@ 2020-02-11 12:33 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-02-11 12:33 UTC (permalink / raw)
  To: u-boot

On Mon, Feb 03, 2020 at 11:43:32AM +0100, marek.bykowski at gmail.com wrote:

> 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>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200211/e5fa934b/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-11 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03 10:43 [PATCH] Kconfig: update LOGLEVEL range marek.bykowski at gmail.com
2020-02-11 12:33 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.