X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fpart.h;h=7139cdd88b4354d60c551939fbfeac4bd821312e;hb=b0cf733933c3bc1b4ab353e16affabc60f863db5;hp=09790059d085461191bc480bc060c3dba166012c;hpb=f18fa31cdcfeecaf56e61224eb18d2f2b6d39d85;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/part.h b/include/part.h index 0979005..7139cdd 100644 --- a/include/part.h +++ b/include/part.h @@ -365,7 +365,7 @@ int gpt_verify_partitions(struct blk_desc *dev_desc, gpt_header *gpt_head, gpt_entry **gpt_pte); #endif -#ifdef CONFIG_DOS_PARTITION +#if CONFIG_IS_ENABLED(DOS_PARTITION) /** * is_valid_dos_buf() - Ensure that a DOS MBR image is valid *