public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] FAT: Add FAT write feature
Date: Thu, 27 Oct 2011 22:55:25 +0200	[thread overview]
Message-ID: <20111027205525.9A99E12B7BBC@gemini.denx.de> (raw)
In-Reply-To: <CAJaTeToXsLLiqKb1NZpi457OW39admnPtWSrRZVkpRPNXJ6wiA@mail.gmail.com>

Dear Mike Frysinger,

In message <CAJaTeToXsLLiqKb1NZpi457OW39admnPtWSrRZVkpRPNXJ6wiA@mail.gmail.com> you wrote:
> On Tue, Oct 25, 2011 at 09:15, Donggeun Kim wrote:
> > In some cases, saving data in RAM as a file with FAT format is required.
> > This patch allows the file to be written in FAT formatted partition.
> 
> i thought Wolfgang NAK-ed FS write patches in the past ...

If I did, then for technical issues that needed to be cleaned up.
I think write support is a good thing to have.

> > ?COBJS-$(CONFIG_CMD_FAT) ? ? ? ?:= fat.o
> > +COBJS-$(CONFIG_FAT_WRITE):= fat_write.o
> 
> missing whitespace before that ":="

Argh.. THe patch has already been applied, so this needs to be
cleaned up in a separate patch now.

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
Uncontrolled power will turn even saints into savages. And we can all
be counted on to live down to our lowest impulses.
	-- Parmen, "Plato's Stepchildren", stardate 5784.3

  reply	other threads:[~2011-10-27 20:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-25  7:15 [U-Boot] [PATCH v2] FAT: Add FAT write feature Donggeun Kim
2011-10-26 19:41 ` Wolfgang Denk
2011-10-27 13:48   ` Marek Vasut
2011-10-26 22:45 ` Mike Frysinger
2011-10-27 20:55   ` Wolfgang Denk [this message]
2011-10-27 21:08     ` Mike Frysinger
2011-10-27 21:10 ` [U-Boot] [PATCH] fs/fat/fat.c: fix warning: 'part_size' defined but not used Wolfgang Denk
2011-12-13  6:15   ` Aaron Williams
2011-12-13  8:18     ` Wolfgang Denk
2011-12-13  8:53       ` Anatolij Gustschin
2011-12-13 11:03         ` Wolfgang Denk
2011-12-13  8:37     ` Donggeun Kim

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=20111027205525.9A99E12B7BBC@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