diff options
| author | Tom Rini <[email protected]> | 2025-06-14 09:10:48 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-14 09:10:48 -0600 |
| commit | 03817a2a8046ea89dac2be72ce0c16a9faa5570b (patch) | |
| tree | b4d6f39f9b0ded094c7f54aeb135a9eae6e19492 /include | |
| parent | 2556caa89caba6c3d4df7910828119bc65beb1f0 (diff) | |
| parent | 0230ad1c30a405c807dad5f78c95c57704234ffd (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 'include')
| -rw-r--r-- | include/fsl_esdhc.h | 2 | ||||
| -rw-r--r-- | include/fsl_esdhc_imx.h | 2 | ||||
| -rw-r--r-- | include/mc13892.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/fsl_esdhc.h b/include/fsl_esdhc.h index 7ab1460abc6..d1f441e19b5 100644 --- a/include/fsl_esdhc.h +++ b/include/fsl_esdhc.h @@ -88,7 +88,7 @@ #define PRSSTAT_CINS (0x00010000) #define PRSSTAT_BREN (0x00000800) #define PRSSTAT_BWEN (0x00000400) -#define PRSSTAT_SDSTB (0X00000008) +#define PRSSTAT_SDSTB (0x00000008) #define PRSSTAT_DLA (0x00000004) #define PRSSTAT_CICHB (0x00000002) #define PRSSTAT_CIDHB (0x00000001) diff --git a/include/fsl_esdhc_imx.h b/include/fsl_esdhc_imx.h index 8612b56609e..cd8ed833771 100644 --- a/include/fsl_esdhc_imx.h +++ b/include/fsl_esdhc_imx.h @@ -97,7 +97,7 @@ #define PRSSTAT_BREN (0x00000800) #define PRSSTAT_BWEN (0x00000400) #define PRSSTAT_SDOFF (0x00000080) -#define PRSSTAT_SDSTB (0X00000008) +#define PRSSTAT_SDSTB (0x00000008) #define PRSSTAT_DLA (0x00000004) #define PRSSTAT_CICHB (0x00000002) #define PRSSTAT_CIDHB (0x00000001) diff --git a/include/mc13892.h b/include/mc13892.h index d9ef53b1e48..a044a4c606d 100644 --- a/include/mc13892.h +++ b/include/mc13892.h @@ -161,7 +161,7 @@ /* SWx Output Volts */ #define SWX_OUT_MASK 0x1F #define SWX_OUT_1_25 0x1A -#define SWX_OUT_1_30 0X1C +#define SWX_OUT_1_30 0x1C /* Buck Switchers (SW1,2,3,4) Output Voltage */ /* |
