public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Save environment data to mmc.
Date: Wed, 4 Nov 2009 07:01:47 -0400	[thread overview]
Message-ID: <200911040601.48535.vapier@gentoo.org> (raw)
In-Reply-To: <1257328964957-git-send-email-r65388@freescale.com>

On Wednesday 04 November 2009 05:02:44 Terry Lv wrote:
> This patch is to save environment data to mmc card.
> It uses interfaces defined in generic mmc.
> 
> Signed-off-by: Terry Lv <r65388@freescale.com>
> ---
>  common/cmd_nvedit.c   |    3 +-
>  common/env_mmc.c
>  include/environment.h | 
>  lib_arm/board.c       |   10 +-
>  lib_ppc/board.c       |   12 +-
>  5 files changed, 390 insertions(+), 12 deletions(-)
>  create mode 100644 common/env_mmc.c

you never added env_mmc to the Makefile

> --- /dev/null
> +++ b/common/env_mmc.c
> +#if defined(CONFIG_ENV_IS_IN_MMC) /* Environment is in MMC Flash */

have this config check be in the Makefile, then it isnt needed in the source 
as the build system will only build it when needed
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20091104/d08fba5b/attachment.pgp 

  reply	other threads:[~2009-11-04 11:01 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-04 10:02 [U-Boot] [PATCH] Save environment data to mmc Terry Lv
2009-11-04 11:01 ` Mike Frysinger [this message]
2009-11-05  7:45   ` Lv Terry-R65388
  -- strict thread matches above, loose matches on Subject: below --
2010-04-29  7:40 Terry Lv
2010-04-29 14:33 ` Stefano Babic
2010-04-30  3:47   ` Lv Terry-R65388
2010-04-30 13:14     ` Stefano Babic
2010-04-28  7:52 Terry Lv
2010-04-28 13:30 ` Andy Fleming
2009-11-19  6:58 Terry Lv
2010-03-02 17:03 ` Stefano Babic
2010-03-04  3:01   ` Lv Terry-R65388
2010-03-04  3:07     ` Liu Hui-R64343
2009-11-05  7:43 Terry Lv
2009-11-05 12:09 ` Mike Frysinger
2009-11-06  1:54   ` Lv Terry-R65388
2009-11-05 18:52 ` Wolfgang Denk
2009-11-04  9:51 Terry Lv
2009-11-04  9:55 ` Lv Terry-R65388

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=200911040601.48535.vapier@gentoo.org \
    --to=vapier@gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox