aboutsummaryrefslogtreecommitdiffstats
path: root/include/configs/mx51evk.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:04:00 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:09:43 -0500
commit3a8be4da79b0aafbfff1e1655ac89f9ab4cc4fcc (patch)
treec3ac674cf286d8e5344e16c250062827d98c9c1d /include/configs/mx51evk.h
parenteaaca4245e610e90afae88a70307535a48fefcb5 (diff)
downloadu-boot-3a8be4da79b0aafbfff1e1655ac89f9ab4cc4fcc.tar.gz
global: Migrate CONFIG_FSL_PMIC_CLK to CFG
Perform a simple rename of CONFIG_FSL_PMIC_CLK to CFG_FSL_PMIC_CLK Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/mx51evk.h')
-rw-r--r--include/configs/mx51evk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index 1aaa76240de..ee0782ebfeb 100644
--- a/include/configs/mx51evk.h
+++ b/include/configs/mx51evk.h
@@ -23,7 +23,7 @@
/* PMIC Controller */
#define CFG_FSL_PMIC_BUS 0
#define CONFIG_FSL_PMIC_CS 0
-#define CONFIG_FSL_PMIC_CLK 2500000
+#define CFG_FSL_PMIC_CLK 2500000
#define CONFIG_FSL_PMIC_MODE (SPI_MODE_0 | SPI_CS_HIGH)
#define CFG_FSL_PMIC_BITLEN 32