Re: [U-Boot] [PATCH] Add Yaffs2 image writing support.

2010-04-10 Thread Wenhao Li
It's my mistake. I should send my mails to the mail-list instead of only replied to Scott. After discussing the requests with Scott, I realized that my patch may not work on a lot of chips. So please drop it. Best regards, Li Wenhao 2010/4/10 Wolfgang Denk : > Dear Li Wenhao, > > In message <1

Re: [U-Boot] [PATCH] Add Yaffs2 image writing support.

2010-04-09 Thread Wolfgang Denk
Dear Li Wenhao, In message <1263145126-23165-1-git-send-email-liwenha...@gmail.com> you wrote: > > Signed-off-by: Li Wenhao > --- > common/cmd_nand.c | 21 + > 1 files changed, 21 insertions(+), 0 deletions(-) Scott sent a number of comments / change requests for this pat

Re: [U-Boot] [PATCH] Add Yaffs2 image writing support.

2010-03-11 Thread Scott Wood
Wolfgang Denk wrote: > Dear Scott, > > In message <1263145126-23165-1-git-send-email-liwenha...@gmail.com> Li Wenha > wrote: >> Signed-off-by: Li Wenhao >> --- >> common/cmd_nand.c | 21 + >> 1 files changed, 21 insertions(+), 0 deletions(-) >> >> diff --git a/common/cmd_n

Re: [U-Boot] [PATCH] Add Yaffs2 image writing support.

2010-03-11 Thread Wolfgang Denk
Dear Scott, In message <1263145126-23165-1-git-send-email-liwenha...@gmail.com> Li Wenha wrote: > > Signed-off-by: Li Wenhao > --- > common/cmd_nand.c | 21 + > 1 files changed, 21 insertions(+), 0 deletions(-) > > diff --git a/common/cmd_nand.c b/common/cmd_nand.c > ind

[U-Boot] [PATCH] Add Yaffs2 image writing support.

2010-01-10 Thread Li Wenhao
Signed-off-by: Li Wenhao --- common/cmd_nand.c | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/common/cmd_nand.c b/common/cmd_nand.c index 075a8af..38c6480 100644 --- a/common/cmd_nand.c +++ b/common/cmd_nand.c @@ -390,6 +390,27 @@ int do_nand(cmd_tb