public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Karl Beldan <karl.beldan@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/5] cmd: Kconfig: Fix a dependency of CMD_MTDPARTS
Date: Wed, 12 Jul 2017 16:11:44 +0000	[thread overview]
Message-ID: <20170712161147.28614-2-karl.beldan@gmail.com> (raw)
In-Reply-To: <20170712161147.28614-1-karl.beldan@gmail.com>

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

Remove the ARCH_SUNXI dependency.

Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Jagan Teki <jagan@openedev.com>
Signed-off-by: Karl Beldan <karl.beldan-ext@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

  reply	other threads:[~2017-07-12 16:11 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-12 16:11 [U-Boot] [PATCH 1/5] ubi: Kconfig: Fix MTD_UBI selection dependency Karl Beldan
2017-07-12 16:11 ` Karl Beldan [this message]
2017-07-12 18:14   ` [U-Boot] [PATCH 2/5] cmd: Kconfig: Fix a dependency of CMD_MTDPARTS Tom Rini
2017-07-25  0:44   ` [U-Boot] [U-Boot, " Tom Rini
2017-07-12 16:11 ` [U-Boot] [PATCH 3/5] ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONS Karl Beldan
2017-07-12 18:14   ` Tom Rini
2017-07-25  0:44   ` [U-Boot] [U-Boot, " Tom Rini
2017-07-12 16:11 ` [U-Boot] [PATCH 4/5] cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTS Karl Beldan
2017-07-12 18:14   ` Tom Rini
2017-07-25  0:45   ` [U-Boot] [U-Boot, " Tom Rini
2017-07-12 16:11 ` [U-Boot] [PATCH 5/5] cmd: Kconfig: Fix CMD_UBIFS dependencies Karl Beldan
2017-07-12 18:14   ` Tom Rini
2017-07-25  0:45   ` [U-Boot] [U-Boot,5/5] " Tom Rini
2017-07-12 18:13 ` [U-Boot] [PATCH 1/5] ubi: Kconfig: Fix MTD_UBI selection dependency Tom Rini
2017-07-25  0:44 ` [U-Boot] [U-Boot, " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170712161147.28614-2-karl.beldan@gmail.com \
    --to=karl.beldan@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox