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

2012-03-26 Thread Maximilian Schwerin
> -Ursprüngliche Nachricht- > Von: Anatolij Gustschin [mailto:ag...@denx.de] > Gesendet: Montag, 26. März 2012 09:13 > An: Kyungmin Park > Cc: Maximilian Schwerin; u-boot@lists.denx.de > Betreff: Re: [U-Boot] [PATCH 2/2] cmd_fat: add FAT write command > > On M

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

2012-03-26 Thread Kyungmin Park
Acked-by: Kyungmin Park Maybe some debug codes are included. On 3/26/12, Anatolij Gustschin wrote: > On Mon, 26 Mar 2012 09:34:07 +0900 > Kyungmin Park wrote: > ... >> > Hmm, emails to dg77@samsung.com address are now rejected: >> > Recipient address rejected: User unknown (in reply to RCP

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

2012-03-26 Thread Anatolij Gustschin
On Mon, 26 Mar 2012 09:34:07 +0900 Kyungmin Park wrote: ... > > Hmm, emails to dg77@samsung.com address are now rejected: > > Recipient address rejected: User unknown (in reply to RCPT TO command) > Hi, Hi, > FYI: Now Mr. Kim is left the company. So if any issue and codes from > Mr. Kim, the

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

2012-03-25 Thread Kyungmin Park
On 3/25/12, Anatolij Gustschin wrote: > On Thu, 22 Mar 2012 15:38:56 +0100 > Maximilian Schwerin 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.

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

2012-03-24 Thread Anatolij Gustschin
On Thu, 22 Mar 2012 15:38:56 +0100 Maximilian Schwerin 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

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

2012-03-22 Thread Maximilian Schwerin
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 Cc: Kyungmin Park --- README |8 +- common/c