]> git.sur5r.net Git - u-boot/blobdiff - lib/efi_loader/efi_disk.c
regulator: pfuze100: add SPDX License
[u-boot] / lib / efi_loader / efi_disk.c
index 1e3dca46ba20a3e3730da88ec6be26bf5710742f..39e602a8689e5d4637ba905298c9277a9452a8a0 100644 (file)
@@ -251,7 +251,7 @@ static int efi_disk_create_eltorito(struct blk_desc *desc,
                                    const char *pdevname)
 {
        int disks = 0;
-#ifdef CONFIG_ISO_PARTITION
+#if CONFIG_IS_ENABLED(ISO_PARTITION)
        char devname[32] = { 0 }; /* dp->str is u16[32] long */
        disk_partition_t info;
        int part = 1;