From 762592cb5c742ba081431e3e4d39af605c75a491 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 5 Feb 2023 17:54:16 -0700 Subject: 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 --- board/variscite/imx8mn_var_som/imx8mn_var_som.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/variscite') diff --git a/board/variscite/imx8mn_var_som/imx8mn_var_som.c b/board/variscite/imx8mn_var_som/imx8mn_var_som.c index e274e0e0a4..d40f4d0176 100644 --- a/board/variscite/imx8mn_var_som/imx8mn_var_som.c +++ b/board/variscite/imx8mn_var_som/imx8mn_var_som.c @@ -18,7 +18,7 @@ static void setup_fec(void) int board_init(void) { - if (CONFIG_IS_ENABLED(FEC_MXC)) + if (IS_ENABLED(CONFIG_FEC_MXC)) setup_fec(); return 0; -- cgit v1.2.3