mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 02:02:08 +02:00
cmd: ubifs: Add a dependency on CMD_UBI
CMD_UBIFS can't compile without CMD_UBI enabled. Make sure we can't end up in that case. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
committed by
Jagan Teki
parent
ed8f2a286d
commit
2bc734b1eb
@@ -858,6 +858,7 @@ config CMD_UBI
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user