From bd42a94268b165a6f298b9ab13be7003e8d96b02 Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Fri, 27 Jan 2017 11:00:41 +0100 Subject: disk: convert CONFIG_EFI_PARTITION to Kconfig Signed-off-by: Patrick Delaunay Signed-off-by: Patrick Delaunay --- include/configs/am335x_evm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/am335x_evm.h') diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 7e0aeff..7f3a30a 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -41,7 +41,6 @@ /* Enhance our eMMC support / experience. */ #define CONFIG_CMD_GPT -#define CONFIG_EFI_PARTITION #ifdef CONFIG_NAND #define NANDARGS \ @@ -301,7 +300,6 @@ /* disable host part of MUSB in SPL */ /* disable EFI partitions and partition UUID support */ #undef CONFIG_PARTITION_UUIDS -#undef CONFIG_EFI_PARTITION #endif /* USB Device Firmware Update support */ -- cgit v1.1