]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/fb_mmc.c
disk: convert CONFIG_EFI_PARTITION to Kconfig
[people/ms/u-boot.git] / common / fb_mmc.c
index 6c8dca23b6554cc1c75c0c432468eafbde6d8db5..6cc113d825a4057f6126ad33083156ff3222ef43 100644 (file)
@@ -112,7 +112,7 @@ void fb_mmc_flash_write(const char *cmd, void *download_buffer,
                return;
        }
 
-#ifdef CONFIG_EFI_PARTITION
+#if CONFIG_IS_ENABLED(EFI_PARTITION)
        if (strcmp(cmd, CONFIG_FASTBOOT_GPT_NAME) == 0) {
                printf("%s: updating MBR, Primary and Backup GPT(s)\n",
                       __func__);