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>
This commit is contained in:
parent
91c50987fb
commit
93e2ce496e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue