diff options
author | Karl Beldan | 2017-07-12 16:11:44 +0000 |
---|---|---|
committer | Tom Rini | 2017-07-24 07:33:33 -0400 |
commit | b2237a4f5d9a285e6c4f0ae425dbd7504b8b4af5 (patch) | |
tree | e478b07b8eeec19c2d08febbb47db26072e02f28 /cmd | |
parent | fc94f209a86f6db9dc4689545a16ce95a0fd274d (diff) |
cmd: Kconfig: Fix a dependency of CMD_MTDPARTS
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>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index c80ac364ead..87ee2ea613f 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 |