[PATCH] OMAP-U-Boot-Utils: Fix compiler warnings

Fix warnings

src/pusb.c: In function ‘send_file’:
src/pusb.c:342: warning: format ‘%ld’ expects type ‘long int’, but argument 2 has type ‘unsigned int’
src/pusb.c:354: warning: format ‘%ld’ expects type ‘long int’, but argument 2 has type ‘unsigned int’

on 32 bit Linux system.

pusb_warning.txt (1.31 KB)

Dirk Behme said the following on 08/31/2008 10:39 AM:

Fix warnings
  

Thanks. Pushed.
Regards,
Nishanth Menon