From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 54E37C61CE7 for ; Fri, 6 Jun 2025 22:46:52 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2E73282B0E; Sat, 7 Jun 2025 00:46:47 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=freeshell.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 62624828F8; Sat, 7 Jun 2025 00:46:46 +0200 (CEST) Received: from freeshell.de (freeshell.de [IPv6:2a01:4f8:231:482b::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 8DBD382B18 for ; Sat, 7 Jun 2025 00:46:44 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=freeshell.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=e@freeshell.de Received: from hay.lan. (unknown [IPv6:2605:59c0:20f3:a400:6ecf:39ff:fe00:8375]) (Authenticated sender: e) by freeshell.de (Postfix) with ESMTPSA id 6660FB4C3B42; Sat, 7 Jun 2025 00:46:43 +0200 (CEST) From: E Shattow To: U-Boot Mailing List , Tom Rini Cc: E Shattow Subject: [PATCH v1 4/7] tools: use lowercase hex prefix style Date: Fri, 6 Jun 2025 15:44:59 -0700 Message-ID: <20250606224558.1117422-5-e@freeshell.de> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250606224558.1117422-1-e@freeshell.de> References: <20250606224558.1117422-1-e@freeshell.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Use consistent lowercase hex prefix style in tools/* Signed-off-by: E Shattow --- tools/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Kconfig b/tools/Kconfig index 8e272ee99a8..652b0f22557 100644 --- a/tools/Kconfig +++ b/tools/Kconfig @@ -137,7 +137,7 @@ config DEVICE_TYPE default 0x01 depends on FSPI_CONF_HEADER help - Flash type: Serial NOR (0X01) and Serial NAND (0x02) + Flash type: Serial NOR (0x01) and Serial NAND (0x02) config FLASH_PAD_TYPE hex "Flash Pad Type" -- 2.49.0