From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] Add support for loading and saving the environment to a FAT partition
Date: Fri, 30 Mar 2012 22:40:25 +0200 [thread overview]
Message-ID: <20120330204025.F2686202B2B@gemini.denx.de> (raw)
In-Reply-To: <1331632670-14874-2-git-send-email-mvs@tigris.de>
Dear Maximilian Schwerin,
In message <1331632670-14874-2-git-send-email-mvs@tigris.de> you wrote:
> The following must be defined:
>
> CONFIG_ENV_IS_IN_FAT
> Enable this saving environment to FAT.
>
> FAT_ENV_INTERFACE
> Interface the FAT resides on (e.g. mmc).
>
> FAT_ENV_DEVICE
> The interface device number (e.g. 0 for mmc0)
>
> FAT_ENV_PART
> The device part (e.g. 1 for mmc0:1)
>
> FAT_ENV_FILE
> The filename of the environment file.
> ---
> common/Makefile | 1 +
> common/cmd_nvedit.c | 3 +-
> common/env_fat.c | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 161 insertions(+), 1 deletions(-)
> create mode 100644 common/env_fat.c
Applied, thanks.
As your SoB was missing, I signed it. I also removed the dead
"/* #define DEBUG */" line.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
PUBLIC NOTICE AS REQUIRED BY LAW: Any Use of This Product, in Any
Manner Whatsoever, Will Increase the Amount of Disorder in the
Universe. Although No Liability Is Implied Herein, the Consumer Is
Warned That This Process Will Ultimately Lead to the Heat Death of
the Universe.
next prev parent reply other threads:[~2012-03-30 20:40 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-13 9:57 [U-Boot] [PATCH 1/2] cmd_fat: add FAT write command Maximilian Schwerin
2012-03-13 9:57 ` [U-Boot] [PATCH 2/2] Add support for loading and saving the environment to a FAT partition Maximilian Schwerin
2012-03-30 20:40 ` Wolfgang Denk [this message]
2012-03-18 21:04 ` [U-Boot] [PATCH 1/2] cmd_fat: add FAT write command Wolfgang Denk
2012-03-22 14:38 ` [U-Boot] [PATCH 1/2] FAT write: Fix compile errors Maximilian Schwerin
2012-03-24 23:57 ` [U-Boot] [PATCH] fs/fat/fat_write.c: Fix GCC 4.6 warnings Anatolij Gustschin
2012-03-25 0:30 ` Anatolij Gustschin
2012-03-25 0:17 ` [U-Boot] [PATCH 1/2] FAT write: Fix compile errors Anatolij Gustschin
2012-03-22 14:38 ` [U-Boot] [PATCH 2/2] cmd_fat: add FAT write command Maximilian Schwerin
2012-03-25 0:26 ` Anatolij Gustschin
2012-03-26 0:34 ` Kyungmin Park
2012-03-26 7:13 ` Anatolij Gustschin
2012-03-26 8:27 ` Maximilian Schwerin
2012-03-26 8:33 ` Kyungmin Park
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=20120330204025.F2686202B2B@gemini.denx.de \
--to=wd@denx.de \
--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