All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] small patch for env_nand.c
Date: Mon, 16 Jun 2008 12:29:33 -0500	[thread overview]
Message-ID: <20080616172933.GA14091@loki.buserror.net> (raw)
In-Reply-To: <4856635F.4050802@balister.org>

On Mon, Jun 16, 2008 at 08:58:07AM -0400, Philip Balister wrote:
> While compiling Hugo's Lyrtech SFFSDR board patch on a very recent git,  
> I ran into this problem. (Warning, this patch comes from Thunderbird,  
> I'm on vacation :)
>
> diff --git a/common/env_nand.c b/common/env_nand.c
> index a48e98e..8954017 100644
> --- a/common/env_nand.c
> +++ b/common/env_nand.c
> @@ -230,6 +230,7 @@ int saveenv(void)
>  {
>         size_t total;
>         int ret = 0;
> +       nand_erase_options_t nand_erase_options;
>
>         nand_erase_options.length = CFG_ENV_RANGE;
>         nand_erase_options.quiet = 0;

Applied (by hand) to u-boot-nand-flash.  Thanks!

Next time, please add a Signed-off-by: line.

-Scott

      reply	other threads:[~2008-06-16 17:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-16 12:58 [U-Boot-Users] [PATCH] small patch for env_nand.c Philip Balister
2008-06-16 17:29 ` Scott Wood [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=20080616172933.GA14091@loki.buserror.net \
    --to=scottwood@freescale.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 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.