[PATCH v1 4/7] tools: use lowercase hex prefix style

E Shattow e at freeshell.de
Sat Jun 7 00:44:59 CEST 2025


Use consistent lowercase hex prefix style in tools/*

Signed-off-by: E Shattow <e at freeshell.de>
---
 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



More information about the U-Boot mailing list