Files
u-boot-tk1-som/drivers/block
Alexey Brodkin ac1048ae1c drivers/block/systemace - fixed data type in "systemace_read" to match prototype in "block_dev_desc_t"
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.brodkin@gmail.com>
2013-02-04 09:07:20 -05:00
..
2012-11-04 11:00:37 -07:00
2012-11-04 11:00:37 -07:00
2012-06-21 20:53:09 +02:00
2011-09-30 22:01:06 +02:00
2009-07-19 11:24:09 +02:00
2011-08-04 23:34:02 +02:00
2012-11-04 11:00:37 -07:00
2008-10-18 21:54:03 +02:00