[U-Boot] [PATCH 2/5] cmd: Kconfig: Fix a dependency of CMD_MTDPARTS

Karl Beldan karl.beldan at gmail.com
Wed Jul 12 16:11:44 UTC 2017


From: Karl Beldan <karl.beldan-ext at sagemcom.com>

Remove the ARCH_SUNXI dependency.

Cc: Maxime Ripard <maxime.ripard at free-electrons.com>
Cc: Jagan Teki <jagan at openedev.com>
Signed-off-by: Karl Beldan <karl.beldan-ext at sagemcom.com>
---
 cmd/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmd/Kconfig b/cmd/Kconfig
index c80ac364ea..87ee2ea613 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1196,7 +1196,6 @@ config CMD_JFFS2
 	  filesystem information.
 
 config CMD_MTDPARTS
-	depends on ARCH_SUNXI
 	bool "MTD partition support"
 	help
 	  MTD partition support
-- 
2.13.0



More information about the U-Boot mailing list