
16 Jul
2013
16 Jul
'13
4:37 p.m.
On Wed, Jul 03, 2013 at 07:11:41AM -0700, Simon Glass wrote:
The block device expects to see lbaint_t for the blknr parameter. Change the SCSI read/write functions to suit.
This fixes the following build warnings for coreboot:
cmd_scsi.c: In function ???scsi_scan???: cmd_scsi.c:119:30: error: assignment from incompatible pointer type [-Werror] cmd_scsi.c:120:32: error: assignment from incompatible pointer type [-Werror]
Signed-off-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom