]> git.sur5r.net Git - u-boot/blobdiff - disk/part_efi.c
disk: convert CONFIG_EFI_PARTITION to Kconfig
[u-boot] / disk / part_efi.c
index 19243380da75a201beba837918dbacb6fc51ec1e..f1b7116f48ea1bf73df91ced09e4dfeb701f8915 100644 (file)
@@ -171,7 +171,7 @@ static void prepare_backup_gpt_header(gpt_header *gpt_h)
        gpt_h->header_crc32 = cpu_to_le32(calc_crc32);
 }
 
-#ifdef CONFIG_EFI_PARTITION
+#if CONFIG_IS_ENABLED(EFI_PARTITION)
 /*
  * Public Functions (include/part.h)
  */