diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:03:58 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:09:43 -0500 |
| commit | e3e4efc04f8f49feb9486f4b5a8a28c917568718 (patch) | |
| tree | 8b4a372e12f6d7da95ba250af56c230c74a034fd /include | |
| parent | 72fc26450493335ae191afdfcbbbb328b1df6b4d (diff) | |
global: Migrate CONFIG_FSL_PMIC_BITLEN to CFG
Perform a simple rename of CONFIG_FSL_PMIC_BITLEN to CFG_FSL_PMIC_BITLEN
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mx51evk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 8ab1ee79a79..d4cca8d516a 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -25,7 +25,7 @@ #define CONFIG_FSL_PMIC_CS 0 #define CONFIG_FSL_PMIC_CLK 2500000 #define CONFIG_FSL_PMIC_MODE (SPI_MODE_0 | SPI_CS_HIGH) -#define CONFIG_FSL_PMIC_BITLEN 32 +#define CFG_FSL_PMIC_BITLEN 32 /* * MMC Configs |
