From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Beldan Date: Wed, 12 Jul 2017 16:11:47 +0000 Subject: [U-Boot] [PATCH 5/5] cmd: Kconfig: Fix CMD_UBIFS dependencies In-Reply-To: <20170712161147.28614-1-karl.beldan@gmail.com> References: <20170712161147.28614-1-karl.beldan@gmail.com> Message-ID: <20170712161147.28614-5-karl.beldan@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Karl Beldan Remove the ARCH_SUNXI and RBTREE dependencies. CMD_UBIFS already gets RBTREE from CMD_UBI (from MTD_UBI), and should the first become independant from the latter, there would likely be a dependency on MTD_UBI anyway. Cc: Boris Brezillon Cc: Jagan Teki Signed-off-by: Karl Beldan --- cmd/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index 92576f5734..8766243f0c 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1269,8 +1269,7 @@ config CMD_UBIFS tristate "Enable UBIFS - Unsorted block images filesystem commands" depends on CMD_UBI select CRC32 - select RBTREE if ARCH_SUNXI - select LZO if ARCH_SUNXI + select LZO default y if NAND_SUNXI help UBIFS is a file system for flash devices which works on top of UBI. -- 2.13.0