
On Wed, Jul 12, 2017 at 04:11:47PM +0000, Karl Beldan wrote:
From: Karl Beldan karl.beldan-ext@sagemcom.com
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 boris.brezillon@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
That said, we should move on to also having a populated fs/ubifs/Kconfig that controls fs/ubifs/ and CMD_UBIFS should depend on that (and we also need the same for ubi, and in turn, correct dependencies between ubi and ubifs. Your patch moves things in the right direction, thanks!