All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yaniv Levinsky <yaniv.levinsky@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/4] fix propagation of flags from do_env_default()
Date: Wed, 11 Jul 2018 18:21:24 +0300	[thread overview]
Message-ID: <657cbf50-b1a2-1d05-8caa-6c216aaf88d2@compulab.co.il> (raw)
In-Reply-To: <20180624161657.32632-1-yaniv.levinsky@compulab.co.il>

Gentle ping.

On 06/24/2018 07:16 PM, Yaniv Levinsky wrote:
> The function do_env_default() doesn't propagate flags to himport_r(). It causes
> the "-f" option to have no effect on the execution of "env default" commands.
> 
> Fix the call paths from do_env_default() to himport_r() to pass flags correctly.
> 
> Yaniv Levinsky (4):
>   cmd: nvedit: rename flags in do_env_default
>   cmd: nvedit: propagate envflag to set_default_vars
>   cmd: nvedit: set H_INTERACTIVE in do_env_default
>   env: common: accept flags on reset to default env
> 
>  arch/arm/mach-imx/mx6/opos6ul.c |  2 +-
>  cmd/nvedit.c                    | 11 ++++++-----
>  common/board_r.c                |  2 +-
>  common/spl/spl_dfu.c            |  2 +-
>  env/common.c                    | 27 ++++++++++++---------------
>  env/ext4.c                      |  2 +-
>  env/fat.c                       |  2 +-
>  env/mmc.c                       | 12 ++++++------
>  env/nand.c                      |  6 +++---
>  env/sata.c                      |  2 +-
>  env/sf.c                        | 10 +++++-----
>  env/ubi.c                       |  6 +++---
>  include/environment.h           |  4 ++--
>  13 files changed, 43 insertions(+), 45 deletions(-)
> 

      parent reply	other threads:[~2018-07-11 15:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-24 16:16 [U-Boot] [PATCH 0/4] fix propagation of flags from do_env_default() Yaniv Levinsky
2018-06-24 16:16 ` [U-Boot] [PATCH 1/4] cmd: nvedit: rename flags in do_env_default Yaniv Levinsky
2018-07-20 12:35   ` [U-Boot] [U-Boot, " Tom Rini
2018-06-24 16:16 ` [U-Boot] [PATCH 2/4] cmd: nvedit: propagate envflag to set_default_vars Yaniv Levinsky
2018-07-20 12:35   ` [U-Boot] [U-Boot, " Tom Rini
2018-06-24 16:16 ` [U-Boot] [PATCH 3/4] cmd: nvedit: set H_INTERACTIVE in do_env_default Yaniv Levinsky
2018-07-20 12:35   ` [U-Boot] [U-Boot, " Tom Rini
2018-06-24 16:16 ` [U-Boot] [PATCH 4/4] env: common: accept flags on reset to default env Yaniv Levinsky
2018-07-20 12:35   ` [U-Boot] [U-Boot, " Tom Rini
2018-07-11 15:21 ` Yaniv Levinsky [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=657cbf50-b1a2-1d05-8caa-6c216aaf88d2@compulab.co.il \
    --to=yaniv.levinsky@compulab.co.il \
    --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.