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 patch.

Agreed

>
> I omitted this part though:
>
>> diff --git a/include/image.h b/include/image.h
>> index 9be806e..e095a32 100644
>> --- a/include/image.h
>> +++ b/include/image.h
>> @@ -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  just  two  lines  above.  Please
> check.

I've rechecked, but removing this include results in an implicit
declaration of function 'strncpy' on line 401 of /include/image.h

>
> Best regards,
>
> Wolfgang Denk
>
> --
> DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
> panic: kernel trap (ignored)
>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to