]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/part.h
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
[people/ms/u-boot.git] / include / part.h
index 243bcfd7c1b11f63b0384d48638b9053f0abfe9c..9d0e20d0416d30711d6ad4397872658e604e40e0 100644 (file)
@@ -53,7 +53,7 @@ typedef struct disk_partition {
        uchar   name[32];       /* partition name                       */
        uchar   type[32];       /* string type description              */
        int     bootable;       /* Active/Bootable flag is set          */
-#ifdef CONFIG_PARTITION_UUIDS
+#if CONFIG_IS_ENABLED(PARTITION_UUIDS)
        char    uuid[37];       /* filesystem UUID as string, if exists */
 #endif
 #ifdef CONFIG_PARTITION_TYPE_GUID