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_sl50.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/am335x_sl50.h') diff --git a/include/configs/am335x_sl50.h b/include/configs/am335x_sl50.h index b17c00d93f..cf47ca4d48 100644 --- a/include/configs/am335x_sl50.h +++ b/include/configs/am335x_sl50.h @@ -29,7 +29,6 @@ /* Enhance our eMMC support / experience. */ #define CONFIG_CMD_GPT -#define CONFIG_EFI_PARTITION #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG @@ -99,7 +98,6 @@ #undef CONFIG_MUSB_HOST /* disable EFI partitions and partition UUID support */ #undef CONFIG_PARTITION_UUIDS -#undef CONFIG_EFI_PARTITION #endif #if defined(CONFIG_EMMC_BOOT) -- cgit