mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
committed by
Tom Rini
parent
863c5b6cdd
commit
bd42a94268
@@ -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)
|
||||
*/
|
||||
|
Reference in New Issue
Block a user