Add Broadcom / Netgear changes from RAXE 1.0.0.48
[project/bcm63xx/u-boot.git] / common / spl / spl_mmc.c
index 324d91c88404b6e86d4e58f5ee0b77c8e00300b4..75d559d5b603e5569eb8cc561b50634cdb5fe3a0 100644 (file)
@@ -68,7 +68,7 @@ int mmc_load_image_raw_sector(struct spl_image_info *spl_image,
                goto end;
        }
 
-       if (IS_ENABLED(CONFIG_SPL_LOAD_FIT) &&
+       if (CONFIG_IS_ENABLED(LOAD_FIT) &&
            image_get_magic(header) == FDT_MAGIC) {
                struct spl_load_info load;