Add Broadcom / Netgear changes from RAXE 1.0.0.48
[project/bcm63xx/u-boot.git] / common / spl / spl_ymodem.c
index fa539ecd7af4f4f3989c2704084c8bfb1bcb13fc..fbd3f7e987dd593e314b6575e176fa62324526d7 100644 (file)
@@ -107,7 +107,7 @@ static int spl_ymodem_load_image(struct spl_image_info *spl_image,
                ret = spl_parse_image_header(spl_image, ih);
                if (ret)
                        return ret;
-       } else if (IS_ENABLED(CONFIG_SPL_LOAD_FIT) &&
+       } else if (CONFIG_IS_ENABLED(LOAD_FIT) &&
            image_get_magic((struct image_header *)buf) == FDT_MAGIC) {
                struct spl_load_info load;
                struct ymodem_fit_info info;