
8 Aug
2020
8 Aug
'20
1:36 p.m.
On 8/7/20 10:43 AM, Sean Anderson wrote:
+/* The size of ctrl1 limits data transfers to 64K */ +static int dw_spi_adjust_op_size(struct spi_slave *slave, struct spi_mem_op *op) +{
- op->data.nbytes = min(op->data.nbytes, (unsigned int)SZ_64K);
This isn't defined for SoCFPGAs [1], so I'm using 0x10000 in the next revision. Other than that CI is passing.
[1] https://dev.azure.com/seanga2/u-boot/_build/results?buildId=14&view=logs...
--Sean