public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] env: enable CONFIG_ENV_IS_IN_EXT4
Date: Mon, 27 Nov 2017 11:33:55 -0500	[thread overview]
Message-ID: <20171127163355.GI3587@bill-the-cat> (raw)
In-Reply-To: <1511799979-3797-1-git-send-email-jorge.ramirez-ortiz@linaro.org>

On Mon, Nov 27, 2017 at 05:26:19PM +0100, Jorge Ramirez-Ortiz wrote:

Please add a line or two here, thanks.

> ---
>  env/Kconfig | 10 ++++++++++
>  env/env.c   |  2 ++
>  2 files changed, 12 insertions(+)
> 
> diff --git a/env/Kconfig b/env/Kconfig
> index 2477bf8..4387a2c 100644
> --- a/env/Kconfig
> +++ b/env/Kconfig
> @@ -81,6 +81,16 @@ config ENV_IS_IN_FAT
>  	  - CONFIG_FAT_WRITE:
>  	  This must be enabled. Otherwise it cannot save the environment file.
>  
> +config ENV_IS_IN_EXT4
> +	bool "Environment is in a EXT4 filesystem"
> +	depends on !CHAIN_OF_TRUST
> +	select EXT4_WRITE
> +	help
> +	  Define this if you want to use the EXT4 file system for the environment.
> +
> +	  - CONFIG_EXT4_WRITE:
> +	  This must be enabled. Otherwise it cannot save the environment file.

We can remove this bit about needing CONFIG_EXT4_WRITE as we're
expressing this dependency via select above now.  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171127/7e558e03/attachment.sig>

      reply	other threads:[~2017-11-27 16:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-27 16:26 [U-Boot] [PATCH] env: enable CONFIG_ENV_IS_IN_EXT4 Jorge Ramirez-Ortiz
2017-11-27 16:33 ` Tom Rini [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=20171127163355.GI3587@bill-the-cat \
    --to=trini@konsulko.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox