On Thu, Jan 03, 2013 at 01:02:46AM -0000, Alexey Brodkin wrote:

> Currently we have "unsigned long blkcnt" which is fine with
> CONFIG_SYS_64BIT_LBA undefined because "lbaint_t" is basically the same
> "unsigned long".
> If CONFIG_SYS_64BIT_LBA gets defined "lbaint_t" is defined as "unsigned
> long long".
> 
> Even though not many embedded systems have CONFIG_SYS_64BIT_LBA defined
> it's good to have types in function implementation that match exactly
> with prototypes.
> 
> Signed-off-by: Alexey Brodkin <alexey.brod...@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to