summaryrefslogtreecommitdiff
path: root/board/engicam
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-06 03:54:16 +0300
committerTom Rini <trini@konsulko.com>2023-02-10 15:41:41 +0300
commit762592cb5c742ba081431e3e4d39af605c75a491 (patch)
tree1435045d7c2dbf434574a6224e670e63a9fd86a7 /board/engicam
parentc6228edf1f660d5ee2c7491449ba363350d696ae (diff)
downloadu-boot-762592cb5c742ba081431e3e4d39af605c75a491.tar.xz
Correct SPL uses of FEC_MXC
This converts 4 usages of this option to the non-SPL form, since there is no SPL_FEC_MXC defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/engicam')
-rw-r--r--board/engicam/imx8mp/icore_mx8mp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/engicam/imx8mp/icore_mx8mp.c b/board/engicam/imx8mp/icore_mx8mp.c
index f0096a2a87..500080c7cf 100644
--- a/board/engicam/imx8mp/icore_mx8mp.c
+++ b/board/engicam/imx8mp/icore_mx8mp.c
@@ -58,7 +58,7 @@ int board_phy_config(struct phy_device *phydev)
int board_init(void)
{
- if (CONFIG_IS_ENABLED(FEC_MXC))
+ if (IS_ENABLED(CONFIG_FEC_MXC))
setup_fec();
if (IS_ENABLED(CONFIG_DWC_ETH_QOS))