[U-Boot] [PATCH 2/2] cmd_fat: add FAT write command

Kyungmin Park kyungmin.park at samsung.com
Mon Mar 26 02:34:07 CEST 2012


On 3/25/12, Anatolij Gustschin <agust at denx.de> wrote:
> 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)
Hi,

FYI: Now Mr. Kim is left the company. So if any issue and codes from
Mr. Kim, then let me follow up.

Thank you,
Kyungmin Park
>
>
>> +	printf("%ld bytes write\n", size);
>
> typo fixed, s/write/written/
>
> Thanks,
> Anatolij
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>


More information about the U-Boot mailing list