[U-Boot] [PATCH v7 03/13] mtd: Kconfig: remove MTD_PARTITIONS duplicated symbol
Miquel Raynal
miquel.raynal at bootlin.com
Fri Aug 31 14:57:31 UTC 2018
MTD_PARTITIONS is declared twice. Remove the redundant entry with no
help associated.
Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
---
drivers/mtd/Kconfig | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index d98457e223..9341d518f3 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -1,8 +1,5 @@
menu "MTD Support"
-config MTD_PARTITIONS
- bool
-
config MTD
bool "Enable Driver Model for MTD drivers"
depends on DM
--
2.17.1
More information about the U-Boot
mailing list