Re: [U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

2008-09-10 Thread Graeme Russ
Dear Wolfgang, On Wed, Sep 10, 2008 at 7:32 AM, Wolfgang Denk [EMAIL PROTECTED] wrote: Dear Graeme Russ, In message [EMAIL PROTECTED] you wrote: Including asm/string.h seems bogus to me as this is already done in linux/string.h which is included just two lines above. Please

Re: [U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

2008-09-10 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message [EMAIL PROTECTED] you wrote: I've work on this in the past and send patch for fix all x86 Could you take a look on it Please always provide a link to such messages - which exact patch are you talking about? Best regards, Wolfgang Denk --

Re: [U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

2008-09-09 Thread Wolfgang Denk
Dear Graeme Russ, In message [EMAIL PROTECTED] you wrote: Attempt to bring i386 / sc520 inline with master To make some progress, I manually fixed the wrapped lines (you owe me a beer for that) and applied most of your patch. I omitted this part though: diff --git a/include/image.h

Re: [U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

2008-09-09 Thread Graeme Russ
On Tue, Sep 9, 2008 at 7:49 PM, Wolfgang Denk [EMAIL PROTECTED] wrote: Dear Graeme Russ, In message [EMAIL PROTECTED] you wrote: Attempt to bring i386 / sc520 inline with master To make some progress, I manually fixed the wrapped lines (you owe me a beer for that) and applied most of your

Re: [U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

2008-09-09 Thread Wolfgang Denk
Dear Graeme Russ, In message [EMAIL PROTECTED] you wrote: @@ -40,7 +40,7 @@ #include lmb.h #include linux/string.h #include asm/u-boot.h - +#include asm/string.h #else Including asm/string.h seems bogus to me as this is already done in linux/string.h which is included

Re: [U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

2008-09-08 Thread JerryVanBaren
Graeme Russ wrote: Third time lucky maybe - ditched Evolution (can't adjust line wrap width) for Thunderbird. I don't have git-send-email installed - will investigate Read the kernel Documentation/email-clients.txt:

Re: [U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp) - Last gasp attempt

2008-09-07 Thread Wolfgang Denk
Dear Graeme Russ, In message [EMAIL PROTECTED] you wrote: OK, Thunderbird is not wrapping my email to gmail and gmail is not stripping white spaces when I forward This should not be that hard :( I agree. But something is messing with your formatting. diff --git

[U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

2008-09-06 Thread Graeme Russ
Attempt to bring i386 / sc520 inline with master NOTE: Previous patches have been rejected by the mailing list due to non-ASCII characters in the copyright headers. I have deleted the offending characters - I hope patch does not complain Signed-off-by: Graeme Russ [EMAIL PROTECTED] diff --git

Re: [U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

2008-09-06 Thread Wolfgang Denk
Dear Graeme Russ, In message [EMAIL PROTECTED] you wrote: Attempt to bring i386 / sc520 inline with master NOTE: Previous patches have been rejected by the mailing list due to non-ASCII characters in the copyright headers. I have deleted the offending characters - I hope patch does not

Re: [U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

2008-09-06 Thread Graeme Russ
Third time lucky maybe - ditched Evolution (can't adjust line wrap width) for Thunderbird. I don't have git-send-email installed - will investigate Attempt to bring i386 / sc520 inline with master Signed-off-by: Graeme Russ graeme.russ at gmail.com http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

2008-09-06 Thread Wolfgang Denk
Dear Graeme Russ, In message [EMAIL PROTECTED] you wrote: Third time lucky maybe - ditched Evolution (can't adjust line wrap width) for Thunderbird. I don't have git-send-email installed - will investigate This has nothing to do with luck - an this mailing list is not a good place to try out

Re: [U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

2008-09-06 Thread Graeme Russ
OK, last try then I'm completely giving up :( Attempt to bring i386 / sc520 inline with master Signed-off-by: Graeme Russ [EMAIL PROTECTED] diff --git a/board/sc520_cdp/sc520_cdp.c b/board/sc520_cdp/sc520_cdp.c index f21c730..bfb473e 100644 --- a/board/sc520_cdp/sc520_cdp.c +++