summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-12-04 10:04:04 -0500
committerTom Rini <[email protected]>2022-12-23 10:09:43 -0500
commit315390e4674e8cff60becca9aa882570d780d8ec (patch)
treed9ac63f9c11ebe14e307225a875db786dd64ce1d /include
parentda495570030b07483af1d84eaba995b9bb43de3f (diff)
global: Migrate CONFIG_FSL_SERDES2 to CFG
Perform a simple rename of CONFIG_FSL_SERDES2 to CFG_FSL_SERDES2 Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/MPC837XERDB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h
index 9fc12dabb5c..07c989d9890 100644
--- a/include/configs/MPC837XERDB.h
+++ b/include/configs/MPC837XERDB.h
@@ -150,7 +150,7 @@
/* SERDES */
#define CFG_FSL_SERDES1 0xe3000
-#define CONFIG_FSL_SERDES2 0xe3100
+#define CFG_FSL_SERDES2 0xe3100
/* I2C */
#define CFG_SYS_I2C_NOPROBES { {0, 0x51} }