1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00
Files
u-boot-megous/common
Gabe Black e81e79ede1 usb: Support the CONFIG_SYS_64BIT_LBA option
usb_storage wouldn't compile when the CONFIG_SYS_64BIT_LBA option is
turned on because the used fixed size data types in their exported
functions when they should have used lbaint_t for the block count
parameter. That meant that when the sizes happened to be the same, when
using a 28 bit LBA, the driver would build, but when it wasn't, a 48 bit
LBA, things broke.

This change adjusts the signatures to use the right type and makes small
adjustments in the affected functions.

Signed-off-by: Gabe Black <gabeblack@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
2012-10-22 08:25:07 +02:00
..
2012-10-03 16:01:22 -07:00
2012-10-15 11:53:07 -07:00
2011-10-22 01:22:21 +02:00
2012-08-09 23:47:43 +02:00
2012-09-29 10:00:29 -07:00
2011-07-28 16:41:06 +02:00
2012-09-05 17:32:42 -05:00
2012-09-27 12:22:11 -05:00
2012-03-27 22:05:28 +02:00
2011-07-28 17:22:53 +02:00
2011-10-22 01:13:35 +02:00
2012-08-09 23:39:18 +02:00
2012-09-29 07:26:09 -07:00
2012-09-26 11:08:32 -07:00
2011-12-07 08:41:22 +01:00
2011-10-22 01:13:35 +02:00
2011-10-26 21:33:42 +02:00