summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-06-14 09:10:48 -0600
committerTom Rini <[email protected]>2025-06-14 09:10:48 -0600
commit03817a2a8046ea89dac2be72ce0c16a9faa5570b (patch)
treeb4d6f39f9b0ded094c7f54aeb135a9eae6e19492 /tools
parent2556caa89caba6c3d4df7910828119bc65beb1f0 (diff)
parent0230ad1c30a405c807dad5f78c95c57704234ffd (diff)
Merge patch series "Hex value prefix case cleanup"
E Shattow <[email protected]> says: Make consistent use of lowercase hexadecimal prefix '0x' throughout U-Boot. There are a few remaining uses of uppercase 'X' to denote hexadecimal prefix or placeholder in documentation and error messages. External devicetree-rebasing dts/upstream and the generated code of xilinx/zynq are ignored for the series. Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools')
-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"