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

Attachment: signature.asc
Description: PGP signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to