summaryrefslogtreecommitdiff
path: root/include/configs/imx8mm-cl-iot-gate.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 18:03:53 +0300
committerTom Rini <trini@konsulko.com>2022-12-23 18:09:42 +0300
commitfa760c3240c1498f20eaf5f4a7d6007d7df0c61a (patch)
treef9e7de430b33b18a3a45eb3d0f7d98ac0bb15fd6 /include/configs/imx8mm-cl-iot-gate.h
parent4daffb58e6ccd36f9fdab8ef45cde8548226c4f6 (diff)
downloadu-boot-fa760c3240c1498f20eaf5f4a7d6007d7df0c61a.tar.xz
global: Migrate CONFIG_FEC_MXC_PHYADDR to CFG
Perform a simple rename of CONFIG_FEC_MXC_PHYADDR to CFG_FEC_MXC_PHYADDR Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/imx8mm-cl-iot-gate.h')
-rw-r--r--include/configs/imx8mm-cl-iot-gate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8mm-cl-iot-gate.h b/include/configs/imx8mm-cl-iot-gate.h
index 00ce7fb62a..7785bdc7cb 100644
--- a/include/configs/imx8mm-cl-iot-gate.h
+++ b/include/configs/imx8mm-cl-iot-gate.h
@@ -136,7 +136,7 @@
#define CFG_SYS_FSL_USDHC_NUM 2
#define CFG_SYS_FSL_ESDHC_ADDR 0
-#define CONFIG_FEC_MXC_PHYADDR 0
+#define CFG_FEC_MXC_PHYADDR 0
/* USB Configs */
#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)