]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - fs/fat/fat.c
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
[people/ms/u-boot.git] / fs / fat / fat.c
index fe899d0442d614fa93dd49a0a7cefc4f7ecdbb41..244ee091917fa01e8e7b9a61fc2ab51b92fbe90f 100644 (file)
@@ -110,7 +110,7 @@ int fat_register_device(struct blk_desc *dev_desc, int part_no)
                info.name[0] = 0;
                info.type[0] = 0;
                info.bootable = 0;
-#ifdef CONFIG_PARTITION_UUIDS
+#if CONFIG_IS_ENABLED(PARTITION_UUIDS)
                info.uuid[0] = 0;
 #endif
        }