[U-Boot] [PATCH 2/2] cmd_fat: add FAT write command
Anatolij Gustschin
agust at denx.de
Sun Mar 25 01:26:17 CET 2012
On Thu, 22 Mar 2012 15:38:56 +0100
Maximilian Schwerin <mvs at tigris.de> wrote:
> Once CONFIG_FAT_WRITE is defined, users can invoke 'fatwrite' command
> that saves data in RAM as a FAT file.
>
> This patch was originally part of
>
> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/121847
>
> Reported-by: Donggeun Kim <dg77.kim at samsung.com>
> Cc: Kyungmin Park <kyungmin.park at samsung.com>
> ---
> README | 8 +++++-
> common/cmd_fat.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 63 insertions(+), 2 deletions(-)
Applied to u-boot-staging/agust at denx.de after fixing
attribution tags and a typo. Thanks.
Hmm, emails to dg77.kim at samsung.com address are now rejected:
Recipient address rejected: User unknown (in reply to RCPT TO command)
> + printf("%ld bytes write\n", size);
typo fixed, s/write/written/
Thanks,
Anatolij
More information about the U-Boot
mailing list