summaryrefslogtreecommitdiff
path: root/disk/part_efi.c
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2017-01-27 10:00:41 (GMT)
committerTom Rini <trini@konsulko.com>2017-01-28 13:47:42 (GMT)
commitbd42a94268b165a6f298b9ab13be7003e8d96b02 (patch)
treea1642404b9dd28ed4268c40584de8133a09171db /disk/part_efi.c
parent863c5b6cdd49f0f0ce5ca0ae3bd0ed09b766121b (diff)
downloadu-boot-fsl-qoriq-bd42a94268b165a6f298b9ab13be7003e8d96b02.tar.xz
disk: convert CONFIG_EFI_PARTITION to Kconfig
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>
Diffstat (limited to 'disk/part_efi.c')
-rw-r--r--disk/part_efi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk/part_efi.c b/disk/part_efi.c
index 1924338..f1b7116 100644
--- a/disk/part_efi.c
+++ b/disk/part_efi.c
@@ -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)
*/