Re: [U-Boot] [PATCH 2/7] usb: Support the CONFIG_SYS_64BIT_LBA option

2012-10-12 Thread Marek Vasut
Dear Simon Glass, > From: Gabe Black > > 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 happe

[U-Boot] [PATCH 2/7] usb: Support the CONFIG_SYS_64BIT_LBA option

2012-10-12 Thread Simon Glass
From: Gabe Black 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