All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philip Balister <philip@balister.org>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] small patch for env_nand.c
Date: Mon, 16 Jun 2008 08:58:07 -0400	[thread overview]
Message-ID: <4856635F.4050802@balister.org> (raw)

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;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3303 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.denx.de/pipermail/u-boot/attachments/20080616/db693923/attachment.bin 

             reply	other threads:[~2008-06-16 12:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-16 12:58 Philip Balister [this message]
2008-06-16 17:29 ` [U-Boot-Users] [PATCH] small patch for env_nand.c Scott Wood

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=4856635F.4050802@balister.org \
    --to=philip@balister.org \
    --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.