mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00: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:
parent
ed8f2a286d
commit
2bc734b1eb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue