summaryrefslogtreecommitdiff
path: root/tools/Kconfig
diff options
context:
space:
mode:
authorE Shattow <[email protected]>2025-06-06 15:44:59 -0700
committerTom Rini <[email protected]>2025-06-14 09:09:40 -0600
commitc5824a1b3d9776632e5c57c2f212819e2f2c8532 (patch)
treec09dc87b371687e22479fb146b74c70c9a55ac97 /tools/Kconfig
parent449a5566522f07b4c8d58f3a6bdc36a74400e672 (diff)
tools: use lowercase hex prefix style
Use consistent lowercase hex prefix style in tools/* Signed-off-by: E Shattow <[email protected]>
Diffstat (limited to 'tools/Kconfig')
-rw-r--r--tools/Kconfig2
1 files changed, 1 insertions, 1 deletions
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"