]> Git Repo - J-u-boot.git/commit
cmd: Kconfig: Fix CMD_UBIFS dependencies
authorKarl Beldan <[email protected]>
Wed, 12 Jul 2017 16:11:47 +0000 (16:11 +0000)
committerTom Rini <[email protected]>
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 <[email protected]>
Cc: Jagan Teki <[email protected]>
Signed-off-by: Karl Beldan <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
cmd/Kconfig
This page took 0.034644 seconds and 4 git commands to generate.