[U-Boot] [PATCH 1/2] cmd: ubifs: Add a dependency on CMD_UBI
Heiko Schocher
hs at denx.de
Fri Mar 3 15:50:05 UTC 2017
Hello Maxime,
Am 03.03.2017 um 15:32 schrieb Maxime Ripard:
> 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 at free-electrons.com>
> ---
> cmd/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
Good catch! Thanks!
Acked-by: Heiko Schocher <hs at denx.de>
bye,
Heiko
>
> diff --git a/cmd/Kconfig b/cmd/Kconfig
> index 8e2a05de82ea..585a00c31f4e 100644
> --- a/cmd/Kconfig
> +++ b/cmd/Kconfig
> @@ -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
>
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
More information about the U-Boot
mailing list