Re: [U-Boot] [PATCH] mkenvimage: Fix compiler warning

2012-04-06 Thread Horst Kronstorfer
On 04/06/2012 08:00 AM, Dirk Behme wrote: From: Dirk Behme Fix the compiler warning mkenvimage.c: In function ‘main’: mkenvimage.c:218: warning: format ‘%ld’ expects type ‘long int’, but argument 3 has type ‘unsigned int’ mkenvimage.c:226: warning: format ‘%ld’ expects type ‘long int’, but ar

[U-Boot] [PATCH] mkenvimage: Fix compiler warning

2012-04-05 Thread Dirk Behme
From: Dirk Behme Fix the compiler warning mkenvimage.c: In function ‘main’: mkenvimage.c:218: warning: format ‘%ld’ expects type ‘long int’, but argument 3 has type ‘unsigned int’ mkenvimage.c:226: warning: format ‘%ld’ expects type ‘long int’, but argument 3 has type ‘unsigned int’ introduce