summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-06 01:40:01 +0300
committerTom Rini <trini@konsulko.com>2023-02-10 00:32:26 +0300
commit93e2ce496e9724214d94d1aef14e1bedc29e4398 (patch)
tree2c1ef88f34e7b047a9f23e980208c7ec46fb1c66 /board
parent91c50987fb1b2a3191e952b6d78195390072ea0f (diff)
downloadu-boot-93e2ce496e9724214d94d1aef14e1bedc29e4398.tar.xz
Correct SPL use of FSL_MC_ENET
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@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/traverse/ten64/ten64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/traverse/ten64/ten64.c b/board/traverse/ten64/ten64.c
index d3ff1d143b..13aafb5de7 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);