Re: [U-Boot] [PATCH V2] bugfix: image header pointer change.

2010-11-27 Thread Wolfgang Denk
Dear Baidu Boy, In message you wrote: > Hi,Walfgang: > > 2010/11/27 Wolfgang Denk : > > Dear Baidu Boy, > > > > Comments like the "changes for V2" gor _below_ the "---" ine, not > > above. > > > > And you still don't mention anything abut the problem you are fixing > > in the commit message. >

Re: [U-Boot] [PATCH V2] bugfix: image header pointer change.

2010-11-27 Thread Baidu Boy
Hi,Walfgang: 2010/11/27 Wolfgang Denk : > Dear Baidu Boy, > > Comments like the "changes for V2" gor _below_ the "---" ine, not > above. > > And you still don't mention anything abut the problem you are fixing > in the commit message. > we should use the new image header after we copied it from t

Re: [U-Boot] [PATCH V2] bugfix: image header pointer change.

2010-11-27 Thread Wolfgang Denk
Dear Baidu Boy, In message you wrote: > Signed-off-by: Baidu Boy > changes for V2: > - avoid unrelated syntax changes > --- > common/cmd_bootm.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Comments like the "changes for V2" gor _below_ the "---" ine, not above. And you st

[U-Boot] [PATCH V2] bugfix: image header pointer change.

2010-11-27 Thread Baidu Boy
Signed-off-by: Baidu Boy changes for V2: - avoid unrelated syntax changes --- common/cmd_bootm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 1a024f1..8f9e5f1 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -