]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Correct SPL use of FSL_MC_ENET
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:40:01 +0000 (15:40 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:26 +0000 (16:32 -0500)
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>
board/traverse/ten64/ten64.c

index d3ff1d143b04d51b82c35b1b6ac0a9592ea67347..13aafb5de76bc5f414ea1cd0f29eb0e87f980c16 100644 (file)
@@ -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);