From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] cmd: ubifs: Add a dependency on CMD_UBI
Date: Fri, 3 Mar 2017 16:50:05 +0100 [thread overview]
Message-ID: <58B990AD.1050304@denx.de> (raw)
In-Reply-To: <20170303143226.13872-1-maxime.ripard@free-electrons.com>
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@free-electrons.com>
> ---
> cmd/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
Good catch! Thanks!
Acked-by: Heiko Schocher <hs@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
prev parent reply other threads:[~2017-03-03 15:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-03 14:32 [U-Boot] [PATCH 1/2] cmd: ubifs: Add a dependency on CMD_UBI Maxime Ripard
2017-03-03 14:32 ` [U-Boot] [PATCH 2/2] cmd: nand: Make the NAND options default to NAND_SUNXI Maxime Ripard
2017-03-06 4:36 ` Chen-Yu Tsai
2017-03-13 0:37 ` André Przywara
2017-03-20 18:52 ` Maxime Ripard
2017-03-20 18:55 ` Jagan Teki
2017-03-03 15:50 ` Heiko Schocher [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=58B990AD.1050304@denx.de \
--to=hs@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.