From b0cf733933c3bc1b4ab353e16affabc60f863db5 Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Fri, 27 Jan 2017 11:00:37 +0100 Subject: disk: convert CONFIG_DOS_PARTITION to Kconfig Signed-off-by: Patrick Delaunay Signed-off-by: Patrick Delaunay --- include/configs/UCP1020.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/UCP1020.h') diff --git a/include/configs/UCP1020.h b/include/configs/UCP1020.h index a0255dcb52..ad1a387cd2 100644 --- a/include/configs/UCP1020.h +++ b/include/configs/UCP1020.h @@ -378,7 +378,6 @@ #define CONFIG_CMD_PCI #define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ -#define CONFIG_DOS_PARTITION #endif /* CONFIG_PCI */ /* @@ -477,10 +476,6 @@ #define CONFIG_GENERIC_MMC #endif -#if defined(CONFIG_MMC) || defined(CONFIG_USB_EHCI) || defined(CONFIG_FSL_SATA) -#define CONFIG_DOS_PARTITION -#endif - /* Misc Extra Settings */ #undef CONFIG_WATCHDOG /* watchdog disabled */ -- cgit v1.2.1