[PATCH 094/171] Correct SPL use of FSL_MC_ENET
Simon Glass
sjg at chromium.org
Mon Jan 30 15:42:07 CET 2023
This converts 1 usage of this option to the non-SPL form, since there is
no SPL_FSL_MC_ENET defined in Kconfig
Signed-off-by: Simon Glass <sjg at chromium.org>
---
board/traverse/ten64/ten64.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/traverse/ten64/ten64.c b/board/traverse/ten64/ten64.c
index d3ff1d143b0..13aafb5de76 100644
--- a/board/traverse/ten64/ten64.c
+++ b/board/traverse/ten64/ten64.c
@@ -229,7 +229,7 @@ int ft_board_setup(void *blob, struct bd_info *bd)
fdt_fsl_mc_fixup_iommu_map_entry(blob);
- if (CONFIG_IS_ENABLED(FSL_MC_ENET))
+ if (IS_ENABLED(CONFIG_FSL_MC_ENET))
fdt_fixup_board_enet(blob);
fdt_fixup_icid(blob);
--
2.39.1.456.gfc5497dd1b-goog
More information about the U-Boot
mailing list