diff mbox series

Kconfig: update LOGLEVEL range

Message ID 20200203104332.14609-1-marek.bykowski@gmail.com
State Accepted
Commit 2aa69c9b9d4511d35b372715d6ea4ccebb75a526
Delegated to: Tom Rini
Headers show
Series Kconfig: update LOGLEVEL range | expand

Commit Message

Marek Bykowski Feb. 3, 2020, 10:43 a.m. UTC
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(-)

Comments

Tom Rini Feb. 11, 2020, 12:33 p.m. UTC | #1
On Mon, Feb 03, 2020 at 11:43:32AM +0100, marek.bykowski@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!
diff mbox series

Patch

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: