]> git.ipfire.org Git - u-boot.git/commit
cmd: Kconfig: Fix CMD_UBIFS dependencies
authorKarl Beldan <karl.beldan-ext@sagemcom.com>
Wed, 12 Jul 2017 16:11:47 +0000 (16:11 +0000)
committerTom Rini <trini@konsulko.com>
Mon, 24 Jul 2017 11:33:34 +0000 (07:33 -0400)
commit24fc9531a14e3d57c6e6afe4df15dc020e7b55d6
tree16bff19814832235f548d9d5124d58024b9639c5
parent22cf953a407a8e44746de121a5ab2a78e8e3f24c
cmd: Kconfig: Fix CMD_UBIFS dependencies

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>
cmd/Kconfig