From: Marek Bykowski <marek.bykowski@gmail.com>
Date: Mon, 3 Feb 2020 10:43:32 +0000 (+0100)
Subject: Kconfig: update LOGLEVEL range
X-Git-Tag: v2025.01-rc5-pxa1908~2562^2
X-Git-Url: http://git.dujemihanovic.xyz/img/html/index.html?a=commitdiff_plain;h=2aa69c9b9d4511d35b372715d6ea4ccebb75a526;p=u-boot.git

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

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: